Html Css Color HEX #F060A8 Brilliant Rose

📋 copy color: '#F060A8'

red 240 ◦ green 96 ◦ blue 168

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

Shades of Brilliant Rose #F060A8

Tints of Brilliant Rose #F060A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 33.33%

R = 47.62%
G = 19.05%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.3

 K value IS 0.06

RGB Variations

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

Color information

#F060A8 (or 0xF060A8) is known color: Brilliant Rose. HEX triplet: F0, 60 and A8. RGB value is (240,96,168). Sum of RGB (Red+Green+Blue) = 240+96+168=504 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.62% from 504); Green value is 96 (37.89% from 255 or 19.05% from 504); Blue value is 168 (66.02% from 255 or 33.33% from 504); Max value from RGB is 240 - color contains mainly: red. Hex color #F060A8 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F060A8 is #0F9F57. Grayscale: #939393. Windows color (decimal): -1023832 or 11034864. OLE color: 11034864.

HSL color Cylindrical-coordinate representation of color #F060A8: hue angle of 330º 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 #F060A8 is Cyan = 0, Magento = 0.6, Yellow = 0.3 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 96 168 -
CMYK 0 0.6 0.3 0.06
HSL 330º 0.83% 0.66% -
HSV(B) 330º 0.6% 0.94% -
XYZ 47.19 29.72 40.29 -
YUV 147.26 139.71 194.15 -
System Red Green Blue C M Y K H S L
Decimal 240 96 168 0 0.6 0.3 0.06 330 0.83 0.66
Hex F0 60 A8 0 3C 1E 6 14A 53 42
Octal 360 140 250 0 74 36 6 512 123 102
Binary 11110000 1100000 10101000 0 111100 11110 110 101001010 1010011 1000010

Color Harmonies of #F060A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F060A8

Black with #F060A8

Text Example


Text Example

White with #F060A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F060A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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