Html Css Color HEX #F052C6 Free Speech Magenta

📋 copy color: '#F052C6'

red 240 ◦ green 82 ◦ blue 198

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

Shades of Free Speech Magenta #F052C6

Tints of Free Speech Magenta #F052C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 38.08%

R = 46.15%
G = 15.77%
B = 38.08%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.18

 K value IS 0.06

RGB Variations

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

Color information

#F052C6 (or 0xF052C6) is known color: Free Speech Magenta. HEX triplet: F0, 52 and C6. RGB value is (240,82,198). Sum of RGB (Red+Green+Blue) = 240+82+198=520 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.15% from 520); Green value is 82 (32.42% from 255 or 15.77% from 520); Blue value is 198 (77.73% from 255 or 38.08% from 520); Max value from RGB is 240 - color contains mainly: red. Hex color #F052C6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F052C6 is #0FAD39. Grayscale: #8E8E8E. Windows color (decimal): -1027386 or 12997360. OLE color: 12997360.

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

Color convert

RGB 240 82 198 -
CMYK 0 0.66 0.18 0.06
HSL 315.95º 0.84% 0.63% -
HSV(B) 315.95º 0.66% 0.94% -
XYZ 49.15 28.64 56.36 -
YUV 142.47 159.35 197.57 -
System Red Green Blue C M Y K H S L
Decimal 240 82 198 0 0.66 0.18 0.06 315.95 0.84 0.63
Hex F0 52 C6 0 42 12 6 13C 54 3F
Octal 360 122 306 0 102 22 6 474 124 77
Binary 11110000 1010010 11000110 0 1000010 10010 110 100111100 1010100 111111

Color Harmonies of #F052C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F052C6

Black with #F052C6

Text Example


Text Example

White with #F052C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F052C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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