Html Css Color HEX #F052CA Free Speech Magenta

📋 copy color: '#F052CA'

red 240 ◦ green 82 ◦ blue 202

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

Shades of Free Speech Magenta #F052CA

Tints of Free Speech Magenta #F052CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 38.55%

R = 45.8%
G = 15.65%
B = 38.55%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.16

 K value IS 0.06

RGB Variations

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

Color information

#F052CA (or 0xF052CA) is known color: Free Speech Magenta. HEX triplet: F0, 52 and CA. RGB value is (240,82,202). Sum of RGB (Red+Green+Blue) = 240+82+202=524 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.80% from 524); Green value is 82 (32.42% from 255 or 15.65% from 524); Blue value is 202 (79.30% from 255 or 38.55% from 524); Max value from RGB is 240 - color contains mainly: red. Hex color #F052CA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F052CA is #0FAD35. Grayscale: #8E8E8E. Windows color (decimal): -1027382 or 13259504. OLE color: 13259504.

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

Color convert

RGB 240 82 202 -
CMYK 0 0.66 0.16 0.06
HSL 314.43º 0.84% 0.63% -
HSV(B) 314.43º 0.66% 0.94% -
XYZ 49.61 28.82 58.83 -
YUV 142.92 161.35 197.24 -
System Red Green Blue C M Y K H S L
Decimal 240 82 202 0 0.66 0.16 0.06 314.43 0.84 0.63
Hex F0 52 CA 0 42 10 6 13A 54 3F
Octal 360 122 312 0 102 20 6 472 124 77
Binary 11110000 1010010 11001010 0 1000010 10000 110 100111010 1010100 111111

Color Harmonies of #F052CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F052CA

Black with #F052CA

Text Example


Text Example

White with #F052CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F052CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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