Html Css Color HEX #F052B7 Brilliant Rose

📋 copy color: '#F052B7'

red 240 ◦ green 82 ◦ blue 183

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

Shades of Brilliant Rose #F052B7

Tints of Brilliant Rose #F052B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 36.24%

R = 47.52%
G = 16.24%
B = 36.24%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.24

 K value IS 0.06

RGB Variations

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

Color information

#F052B7 (or 0xF052B7) is known color: Brilliant Rose. HEX triplet: F0, 52 and B7. RGB value is (240,82,183). Sum of RGB (Red+Green+Blue) = 240+82+183=505 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.52% from 505); Green value is 82 (32.42% from 255 or 16.24% from 505); Blue value is 183 (71.88% from 255 or 36.24% from 505); Max value from RGB is 240 - color contains mainly: red. Hex color #F052B7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F052B7 is #0FAD48. Grayscale: #8C8C8C. Windows color (decimal): -1027401 or 12014320. OLE color: 12014320.

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

Color convert

RGB 240 82 183 -
CMYK 0 0.66 0.24 0.06
HSL 321.65º 0.84% 0.63% -
HSV(B) 321.65º 0.66% 0.94% -
XYZ 47.5 27.98 47.7 -
YUV 140.76 151.85 198.79 -
System Red Green Blue C M Y K H S L
Decimal 240 82 183 0 0.66 0.24 0.06 321.65 0.84 0.63
Hex F0 52 B7 0 42 18 6 142 54 3F
Octal 360 122 267 0 102 30 6 502 124 77
Binary 11110000 1010010 10110111 0 1000010 11000 110 101000010 1010100 111111

Color Harmonies of #F052B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F052B7

Black with #F052B7

Text Example


Text Example

White with #F052B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F052B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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