#F74BA5

Color #F74BA5 Brilliant Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brilliant Rose #F74BA5

Tints of Brilliant Rose #F74BA5

Color information

#F74BA5 (or 0xF74BA5) is unknown color: approx Brilliant Rose. HEX triplet: F7, 4B and A5. RGB value is (247,75,165). Sum of RGB (Red+Green+Blue) = 247+75+165=487 (64% of max value = 765). Red value is 247 (96.88% from 255 or 50.72% from 487); Green value is 75 (29.69% from 255 or 15.40% from 487); Blue value is 165 (64.84% from 255 or 33.88% from 487); Max value from RGB is 247 - color contains mainly: red. Hex color #F74BA5 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F74BA5 is #08B45A. Grayscale: #888888. Windows color (decimal): -570459 or 10832887. OLE color: 10832887.

HSL color Cylindrical-coordinate representation of color #F74BA5: hue angle of 328.6º degrees, saturation: 0.91, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F74BA5 is Cyan = 0, Magento = 0.70, Yellow = 0.33 and Black (K on CMYK) = 0.03.

Color convert

RGB24775165-
CMYK00.700.330.03
HSL328.6º91.49%63.14%-
HSV(B)328.6º69.64%96.86%-
XYZ47.6727.5238.4-
YUV136.69143.98206.68-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 247 (96.88% from 255) = 50.72%
GREEN value IS 75 (29.69% from 255) = 15.40%
BLUE value IS 165 (64.84% from 255) = 33.88%
R=50.72%
G=15.40%
B=33.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.33
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2477516500.700.330.03328.691.4963.14
HexF74BA50462131495b3f
Octal367113245010641351113377
Binary1111011110010111010010101000110100001111010010011011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F74BA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F74BA5; }

 p { color: rgb(247,75,165); }

 H1.HeaderClassName
 {
   color: #F74BA5;
 }
 .AnyTagClassName
 {
   color: #F74BA5;
 }
</style>
background-color css

<style>
 a { background-color: #F74BA5; }

 a { background-color: rgb(247,75,165); }

 div.DivClassName
 {
   background-color: #F74BA5;
 }
 .BgClassName
 {
   background-color: #F74BA5;
 }
</style>
border-color css

<style>
 span { border-color: #F74BA5; }

 span { border-color: rgb(247,75,165); }

 td.TdClassName
 {
   border-color: #F74BA5;
 }
 .TagClassName
 {
   border-color: #F74BA5;
 }
</style>