Html Css Color HEX #F052D4 Free Speech Magenta

📋 copy color: '#F052D4'

red 240 ◦ green 82 ◦ blue 212

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

Shades of Free Speech Magenta #F052D4

Tints of Free Speech Magenta #F052D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 39.7%

R = 44.94%
G = 15.36%
B = 39.7%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.12

 K value IS 0.06

RGB Variations

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

Color information

#F052D4 (or 0xF052D4) is known color: Free Speech Magenta. HEX triplet: F0, 52 and D4. RGB value is (240,82,212). Sum of RGB (Red+Green+Blue) = 240+82+212=534 (70% of max value = 765). Red value is 240 (94.14% from 255 or 44.94% from 534); Green value is 82 (32.42% from 255 or 15.36% from 534); Blue value is 212 (83.20% from 255 or 39.70% from 534); Max value from RGB is 240 - color contains mainly: red. Hex color #F052D4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F052D4 is #0FAD2B. Grayscale: #8F8F8F. Windows color (decimal): -1027372 or 13914864. OLE color: 13914864.

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

Color convert

RGB 240 82 212 -
CMYK 0 0.66 0.12 0.06
HSL 310.63º 0.84% 0.63% -
HSV(B) 310.63º 0.66% 0.94% -
XYZ 50.84 29.31 65.27 -
YUV 144.06 166.35 196.43 -
System Red Green Blue C M Y K H S L
Decimal 240 82 212 0 0.66 0.12 0.06 310.63 0.84 0.63
Hex F0 52 D4 0 42 C 6 137 54 3F
Octal 360 122 324 0 102 14 6 467 124 77
Binary 11110000 1010010 11010100 0 1000010 1100 110 100110111 1010100 111111

Color Harmonies of #F052D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F052D4

Black with #F052D4

Text Example


Text Example

White with #F052D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F052D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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