Html Css Color HEX #F052AD Brilliant Rose

📋 copy color: '#F052AD'

red 240 ◦ green 82 ◦ blue 173

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

Shades of Brilliant Rose #F052AD

Tints of Brilliant Rose #F052AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 34.95%

R = 48.48%
G = 16.57%
B = 34.95%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.28

 K value IS 0.06

RGB Variations

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

Color information

#F052AD (or 0xF052AD) is known color: Brilliant Rose. HEX triplet: F0, 52 and AD. RGB value is (240,82,173). Sum of RGB (Red+Green+Blue) = 240+82+173=495 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.48% from 495); Green value is 82 (32.42% from 255 or 16.57% from 495); Blue value is 173 (67.97% from 255 or 34.95% from 495); Max value from RGB is 240 - color contains mainly: red. Hex color #F052AD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F052AD is #0FAD52. Grayscale: #8B8B8B. Windows color (decimal): -1027411 or 11358960. OLE color: 11358960.

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

Color convert

RGB 240 82 173 -
CMYK 0 0.66 0.28 0.06
HSL 325.44º 0.84% 0.63% -
HSV(B) 325.44º 0.66% 0.94% -
XYZ 46.5 27.58 42.41 -
YUV 139.62 146.85 199.6 -
System Red Green Blue C M Y K H S L
Decimal 240 82 173 0 0.66 0.28 0.06 325.44 0.84 0.63
Hex F0 52 AD 0 42 1C 6 145 54 3F
Octal 360 122 255 0 102 34 6 505 124 77
Binary 11110000 1010010 10101101 0 1000010 11100 110 101000101 1010100 111111

Color Harmonies of #F052AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F052AD

Black with #F052AD

Text Example


Text Example

White with #F052AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F052AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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