Html Css Color HEX #F061A8 Brilliant Rose

📋 copy color: '#F061A8'

red 240 ◦ green 97 ◦ blue 168

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

Shades of Brilliant Rose #F061A8

Tints of Brilliant Rose #F061A8

RGB

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

 GREEN value IS 97 (38.28% from 255) = 19.21%

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

R = 47.52%
G = 19.21%
B = 33.27%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.3

 K value IS 0.06

RGB Variations

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

Color information

#F061A8 (or 0xF061A8) is known color: Brilliant Rose. HEX triplet: F0, 61 and A8. RGB value is (240,97,168). Sum of RGB (Red+Green+Blue) = 240+97+168=505 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.52% from 505); Green value is 97 (38.28% from 255 or 19.21% from 505); Blue value is 168 (66.02% from 255 or 33.27% from 505); Max value from RGB is 240 - color contains mainly: red. Hex color #F061A8 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F061A8 is #0F9E57. Grayscale: #939393. Windows color (decimal): -1023576 or 11035120. OLE color: 11035120.

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

Color convert

RGB 240 97 168 -
CMYK 0 0.60 0.3 0.06
HSL 330.21º 0.83% 0.66% -
HSV(B) 330.21º 0.6% 0.94% -
XYZ 47.28 29.9 40.33 -
YUV 147.85 139.38 193.73 -
System Red Green Blue C M Y K H S L
Decimal 240 97 168 0 0.60 0.3 0.06 330.21 0.83 0.66
Hex F0 61 A8 0 3C 1E 6 14A 53 42
Octal 360 141 250 0 74 36 6 512 123 102
Binary 11110000 1100001 10101000 0 111100 11110 110 101001010 1010011 1000010

Color Harmonies of #F061A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F061A8

Black with #F061A8

Text Example


Text Example

White with #F061A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F061A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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