Html Css Color HEX #F052CF Free Speech Magenta

📋 copy color: '#F052CF'

red 240 ◦ green 82 ◦ blue 207

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

Shades of Free Speech Magenta #F052CF

Tints of Free Speech Magenta #F052CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 39.13%

R = 45.37%
G = 15.5%
B = 39.13%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.14

 K value IS 0.06

RGB Variations

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

Color information

#F052CF (or 0xF052CF) is known color: Free Speech Magenta. HEX triplet: F0, 52 and CF. RGB value is (240,82,207). Sum of RGB (Red+Green+Blue) = 240+82+207=529 (70% of max value = 765). Red value is 240 (94.14% from 255 or 45.37% from 529); Green value is 82 (32.42% from 255 or 15.50% from 529); Blue value is 207 (81.25% from 255 or 39.13% from 529); Max value from RGB is 240 - color contains mainly: red. Hex color #F052CF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F052CF is #0FAD30. Grayscale: #8F8F8F. Windows color (decimal): -1027377 or 13587184. OLE color: 13587184.

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

Color convert

RGB 240 82 207 -
CMYK 0 0.66 0.14 0.06
HSL 312.53º 0.84% 0.63% -
HSV(B) 312.53º 0.66% 0.94% -
XYZ 50.21 29.06 61.99 -
YUV 143.49 163.85 196.84 -
System Red Green Blue C M Y K H S L
Decimal 240 82 207 0 0.66 0.14 0.06 312.53 0.84 0.63
Hex F0 52 CF 0 42 E 6 139 54 3F
Octal 360 122 317 0 102 16 6 471 124 77
Binary 11110000 1010010 11001111 0 1000010 1110 110 100111001 1010100 111111

Color Harmonies of #F052CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F052CF

Black with #F052CF

Text Example


Text Example

White with #F052CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F052CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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