Html Css Color HEX #F051CC Free Speech Magenta

📋 copy color: '#F051CC'

red 240 ◦ green 81 ◦ blue 204

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

Shades of Free Speech Magenta #F051CC

Tints of Free Speech Magenta #F051CC

RGB

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

 GREEN value IS 81 (32.03% from 255) = 15.43%

 BLUE value IS 204 (80.08% from 255) = 38.86%

R = 45.71%
G = 15.43%
B = 38.86%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#F051CC (or 0xF051CC) is known color: Free Speech Magenta. HEX triplet: F0, 51 and CC. RGB value is (240,81,204). Sum of RGB (Red+Green+Blue) = 240+81+204=525 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.71% from 525); Green value is 81 (32.03% from 255 or 15.43% from 525); Blue value is 204 (80.08% from 255 or 38.86% from 525); Max value from RGB is 240 - color contains mainly: red. Hex color #F051CC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F051CC is #0FAE33. Grayscale: #8E8E8E. Windows color (decimal): -1027636 or 13390320. OLE color: 13390320.

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

Color convert

RGB 240 81 204 -
CMYK 0 0.66 0.15 0.06
HSL 313.58º 0.84% 0.63% -
HSV(B) 313.58º 0.66% 0.94% -
XYZ 49.78 28.77 60.06 -
YUV 142.56 162.68 197.5 -
System Red Green Blue C M Y K H S L
Decimal 240 81 204 0 0.66 0.15 0.06 313.58 0.84 0.63
Hex F0 51 CC 0 42 F 6 13A 54 3F
Octal 360 121 314 0 102 17 6 472 124 77
Binary 11110000 1010001 11001100 0 1000010 1111 110 100111010 1010100 111111

Color Harmonies of #F051CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F051CC

Black with #F051CC

Text Example


Text Example

White with #F051CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F051CC; }

 p { color: rgb(240,81,204); }

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

background-color css

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

 a { background-color: rgb(240,81,204); }

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

border-color css

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

 span { border-color: rgb(240,81,204); }

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