Html Css Color HEX #F0529C Brilliant Rose

📋 copy color: '#F0529C'

red 240 ◦ green 82 ◦ blue 156

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

Shades of Brilliant Rose #F0529C

Tints of Brilliant Rose #F0529C

RGB

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

 GREEN value IS 82 (32.42% from 255) = 17.15%

 BLUE value IS 156 (61.33% from 255) = 32.64%

R = 50.21%
G = 17.15%
B = 32.64%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.35

 K value IS 0.06

RGB Variations

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

Color information

#F0529C (or 0xF0529C) is known color: Brilliant Rose. HEX triplet: F0, 52 and 9C. RGB value is (240,82,156). Sum of RGB (Red+Green+Blue) = 240+82+156=478 (63% of max value = 765). Red value is 240 (94.14% from 255 or 50.21% from 478); Green value is 82 (32.42% from 255 or 17.15% from 478); Blue value is 156 (61.33% from 255 or 32.64% from 478); Max value from RGB is 240 - color contains mainly: red. Hex color #F0529C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F0529C is #0FAD63. Grayscale: #898989. Windows color (decimal): -1027428 or 10244848. OLE color: 10244848.

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

Color convert

RGB 240 82 156 -
CMYK 0 0.66 0.35 0.06
HSL 331.9º 0.84% 0.63% -
HSV(B) 331.9º 0.66% 0.94% -
XYZ 44.95 26.96 34.29 -
YUV 137.68 138.35 200.98 -
System Red Green Blue C M Y K H S L
Decimal 240 82 156 0 0.66 0.35 0.06 331.9 0.84 0.63
Hex F0 52 9C 0 42 23 6 14C 54 3F
Octal 360 122 234 0 102 43 6 514 124 77
Binary 11110000 1010010 10011100 0 1000010 100011 110 101001100 1010100 111111

Color Harmonies of #F0529C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0529C

Black with #F0529C

Text Example


Text Example

White with #F0529C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0529C; }

 p { color: rgb(240,82,156); }

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

background-color css

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

 a { background-color: rgb(240,82,156); }

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

border-color css

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

 span { border-color: rgb(240,82,156); }

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