Html Css Color HEX #F052A8 Brilliant Rose

📋 copy color: '#F052A8'

red 240 ◦ green 82 ◦ blue 168

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

Shades of Brilliant Rose #F052A8

Tints of Brilliant Rose #F052A8

RGB

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

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

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

R = 48.98%
G = 16.73%
B = 34.29%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.3

 K value IS 0.06

RGB Variations

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

Color information

#F052A8 (or 0xF052A8) is known color: Brilliant Rose. HEX triplet: F0, 52 and A8. RGB value is (240,82,168). Sum of RGB (Red+Green+Blue) = 240+82+168=490 (64% of max value = 765). Red value is 240 (94.14% from 255 or 48.98% from 490); Green value is 82 (32.42% from 255 or 16.73% from 490); Blue value is 168 (66.02% from 255 or 34.29% from 490); Max value from RGB is 240 - color contains mainly: red. Hex color #F052A8 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F052A8 is #0FAD57. Grayscale: #8A8A8A. Windows color (decimal): -1027416 or 11031280. OLE color: 11031280.

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

Color convert

RGB 240 82 168 -
CMYK 0 0.66 0.3 0.06
HSL 327.34º 0.84% 0.63% -
HSV(B) 327.34º 0.66% 0.94% -
XYZ 46.02 27.39 39.91 -
YUV 139.05 144.35 200.01 -
System Red Green Blue C M Y K H S L
Decimal 240 82 168 0 0.66 0.3 0.06 327.34 0.84 0.63
Hex F0 52 A8 0 42 1E 6 147 54 3F
Octal 360 122 250 0 102 36 6 507 124 77
Binary 11110000 1010010 10101000 0 1000010 11110 110 101000111 1010100 111111

Color Harmonies of #F052A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F052A8

Black with #F052A8

Text Example


Text Example

White with #F052A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F052A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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