Html Css Color HEX #F046D4 Free Speech Magenta

📋 copy color: '#F046D4'

red 240 ◦ green 70 ◦ blue 212

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

Shades of Free Speech Magenta #F046D4

Tints of Free Speech Magenta #F046D4

RGB

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

 GREEN value IS 70 (27.73% from 255) = 13.41%

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

R = 45.98%
G = 13.41%
B = 40.61%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.12

 K value IS 0.06

RGB Variations

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

Color information

#F046D4 (or 0xF046D4) is known color: Free Speech Magenta. HEX triplet: F0, 46 and D4. RGB value is (240,70,212). Sum of RGB (Red+Green+Blue) = 240+70+212=522 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.98% from 522); Green value is 70 (27.73% from 255 or 13.41% from 522); Blue value is 212 (83.20% from 255 or 40.61% from 522); Max value from RGB is 240 - color contains mainly: red. Hex color #F046D4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F046D4 is #0FB92B. Grayscale: #888888. Windows color (decimal): -1030444 or 13911792. OLE color: 13911792.

HSL color Cylindrical-coordinate representation of color #F046D4: hue angle of 309.88º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F046D4 is Cyan = 0, Magento = 0.71, Yellow = 0.12 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 70 212 -
CMYK 0 0.71 0.12 0.06
HSL 309.88º 0.85% 0.61% -
HSV(B) 309.88º 0.71% 0.94% -
XYZ 50.01 27.66 64.99 -
YUV 137.02 170.32 201.45 -
System Red Green Blue C M Y K H S L
Decimal 240 70 212 0 0.71 0.12 0.06 309.88 0.85 0.61
Hex F0 46 D4 0 47 C 6 136 55 3D
Octal 360 106 324 0 107 14 6 466 125 75
Binary 11110000 1000110 11010100 0 1000111 1100 110 100110110 1010101 111101

Color Harmonies of #F046D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F046D4

Black with #F046D4

Text Example


Text Example

White with #F046D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F046D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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