Html Css Color HEX #F060A7 Brilliant Rose

📋 copy color: '#F060A7'

red 240 ◦ green 96 ◦ blue 167

#F060A7
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Brilliant Rose #F060A7

Tints of Brilliant Rose #F060A7

RGB

 RED value IS 240 (94.14% from 255) = 47.71%

 GREEN value IS 96 (37.89% from 255) = 19.09%

 BLUE value IS 167 (65.63% from 255) = 33.2%

R = 47.71%
G = 19.09%
B = 33.2%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.30

 K value IS 0.06

RGB Variations

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

Color information

#F060A7 (or 0xF060A7) is known color: Brilliant Rose. HEX triplet: F0, 60 and A7. RGB value is (240,96,167). Sum of RGB (Red+Green+Blue) = 240+96+167=503 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.71% from 503); Green value is 96 (37.89% from 255 or 19.09% from 503); Blue value is 167 (65.62% from 255 or 33.20% from 503); Max value from RGB is 240 - color contains mainly: red. Hex color #F060A7 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F060A7 is #0F9F58. Grayscale: #939393. Windows color (decimal): -1023833 or 10969328. OLE color: 10969328.

HSL color Cylindrical-coordinate representation of color #F060A7: hue angle of 330.42º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F060A7 is Cyan = 0, Magento = 0.6, Yellow = 0.30 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 96 167 -
CMYK 0 0.6 0.30 0.06
HSL 330.42º 0.83% 0.66% -
HSV(B) 330.42º 0.6% 0.94% -
XYZ 47.09 29.68 39.81 -
YUV 147.15 139.21 194.23 -
System Red Green Blue C M Y K H S L
Decimal 240 96 167 0 0.6 0.30 0.06 330.42 0.83 0.66
Hex F0 60 A7 0 3C 1E 6 14A 53 42
Octal 360 140 247 0 74 36 6 512 123 102
Binary 11110000 1100000 10100111 0 111100 11110 110 101001010 1010011 1000010

Color Harmonies of #F060A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F060A7

Black with #F060A7

Text Example


Text Example

White with #F060A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F060A7; }

 p { color: rgb(240,96,167); }

 H1.HeaderClassName
 {
   color: #F060A7;
 }
 .AnyTagClassName
 {
   color: #F060A7;
 }
</style>

background-color css

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

 a { background-color: rgb(240,96,167); }

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

border-color css

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

 span { border-color: rgb(240,96,167); }

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