Html Css Color HEX #F052AB Brilliant Rose

📋 copy color: '#F052AB'

red 240 ◦ green 82 ◦ blue 171

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

Shades of Brilliant Rose #F052AB

Tints of Brilliant Rose #F052AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 34.69%

R = 48.68%
G = 16.63%
B = 34.69%

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

#F052AB (or 0xF052AB) is known color: Brilliant Rose. HEX triplet: F0, 52 and AB. RGB value is (240,82,171). Sum of RGB (Red+Green+Blue) = 240+82+171=493 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.68% from 493); Green value is 82 (32.42% from 255 or 16.63% from 493); Blue value is 171 (67.19% from 255 or 34.69% from 493); Max value from RGB is 240 - color contains mainly: red. Hex color #F052AB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F052AB is #0FAD54. Grayscale: #8B8B8B. Windows color (decimal): -1027413 or 11227888. OLE color: 11227888.

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

Color convert

RGB 240 82 171 -
CMYK 0 0.66 0.29 0.06
HSL 326.2º 0.84% 0.63% -
HSV(B) 326.2º 0.66% 0.94% -
XYZ 46.3 27.5 41.4 -
YUV 139.39 145.85 199.76 -
System Red Green Blue C M Y K H S L
Decimal 240 82 171 0 0.66 0.29 0.06 326.2 0.84 0.63
Hex F0 52 AB 0 42 1D 6 146 54 3F
Octal 360 122 253 0 102 35 6 506 124 77
Binary 11110000 1010010 10101011 0 1000010 11101 110 101000110 1010100 111111

Color Harmonies of #F052AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F052AB

Black with #F052AB

Text Example


Text Example

White with #F052AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F052AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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