Html Css Color HEX #F052AF Brilliant Rose

📋 copy color: '#F052AF'

red 240 ◦ green 82 ◦ blue 175

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

Shades of Brilliant Rose #F052AF

Tints of Brilliant Rose #F052AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 35.21%

R = 48.29%
G = 16.5%
B = 35.21%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.27

 K value IS 0.06

RGB Variations

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

Color information

#F052AF (or 0xF052AF) is known color: Brilliant Rose. HEX triplet: F0, 52 and AF. RGB value is (240,82,175). Sum of RGB (Red+Green+Blue) = 240+82+175=497 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.29% from 497); Green value is 82 (32.42% from 255 or 16.50% from 497); Blue value is 175 (68.75% from 255 or 35.21% from 497); Max value from RGB is 240 - color contains mainly: red. Hex color #F052AF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F052AF is #0FAD50. Grayscale: #8B8B8B. Windows color (decimal): -1027409 or 11490032. OLE color: 11490032.

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

Color convert

RGB 240 82 175 -
CMYK 0 0.66 0.27 0.06
HSL 324.68º 0.84% 0.63% -
HSV(B) 324.68º 0.66% 0.94% -
XYZ 46.69 27.66 43.43 -
YUV 139.84 147.85 199.44 -
System Red Green Blue C M Y K H S L
Decimal 240 82 175 0 0.66 0.27 0.06 324.68 0.84 0.63
Hex F0 52 AF 0 42 1B 6 145 54 3F
Octal 360 122 257 0 102 33 6 505 124 77
Binary 11110000 1010010 10101111 0 1000010 11011 110 101000101 1010100 111111

Color Harmonies of #F052AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F052AF

Black with #F052AF

Text Example


Text Example

White with #F052AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F052AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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