Html Css Color HEX #F052AA Brilliant Rose

📋 copy color: '#F052AA'

red 240 ◦ green 82 ◦ blue 170

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

Shades of Brilliant Rose #F052AA

Tints of Brilliant Rose #F052AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 34.55%

R = 48.78%
G = 16.67%
B = 34.55%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.29

 K value IS 0.06

RGB Variations

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

Color information

#F052AA (or 0xF052AA) is known color: Brilliant Rose. HEX triplet: F0, 52 and AA. RGB value is (240,82,170). Sum of RGB (Red+Green+Blue) = 240+82+170=492 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.78% from 492); Green value is 82 (32.42% from 255 or 16.67% from 492); Blue value is 170 (66.80% from 255 or 34.55% from 492); Max value from RGB is 240 - color contains mainly: red. Hex color #F052AA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F052AA is #0FAD55. Grayscale: #8B8B8B. Windows color (decimal): -1027414 or 11162352. OLE color: 11162352.

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

Color convert

RGB 240 82 170 -
CMYK 0 0.66 0.29 0.06
HSL 326.58º 0.84% 0.63% -
HSV(B) 326.58º 0.66% 0.94% -
XYZ 46.21 27.46 40.9 -
YUV 139.27 145.35 199.84 -
System Red Green Blue C M Y K H S L
Decimal 240 82 170 0 0.66 0.29 0.06 326.58 0.84 0.63
Hex F0 52 AA 0 42 1D 6 147 54 3F
Octal 360 122 252 0 102 35 6 507 124 77
Binary 11110000 1010010 10101010 0 1000010 11101 110 101000111 1010100 111111

Color Harmonies of #F052AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F052AA

Black with #F052AA

Text Example


Text Example

White with #F052AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F052AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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