Html Css Color HEX #F442ED Free Speech Magenta

📋 copy color: '#F442ED'

red 244 ◦ green 66 ◦ blue 237

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

Shades of Free Speech Magenta #F442ED

Tints of Free Speech Magenta #F442ED

RGB

 RED value IS 244 (95.7% from 255) = 44.61%

 GREEN value IS 66 (26.17% from 255) = 12.07%

 BLUE value IS 237 (92.97% from 255) = 43.33%

R = 44.61%
G = 12.07%
B = 43.33%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.03

 K value IS 0.04

RGB Variations

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

Color information

#F442ED (or 0xF442ED) is known color: Free Speech Magenta. HEX triplet: F4, 42 and ED. RGB value is (244,66,237). Sum of RGB (Red+Green+Blue) = 244+66+237=547 (72% of max value = 765). Red value is 244 (95.70% from 255 or 44.61% from 547); Green value is 66 (26.17% from 255 or 12.07% from 547); Blue value is 237 (92.97% from 255 or 43.33% from 547); Max value from RGB is 244 - color contains mainly: red. Hex color #F442ED is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F442ED is #0BBD12. Grayscale: #8A8A8A. Windows color (decimal): -769299 or 15549172. OLE color: 15549172.

HSL color Cylindrical-coordinate representation of color #F442ED: hue angle of 302.36º degrees, saturation: 0.89, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F442ED is Cyan = 0, Magento = 0.73, Yellow = 0.03 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 66 237 -
CMYK 0 0.73 0.03 0.04
HSL 302.36º 0.89% 0.61% -
HSV(B) 302.36º 0.73% 0.96% -
XYZ 54.54 29.24 82.89 -
YUV 138.72 183.47 203.1 -
System Red Green Blue C M Y K H S L
Decimal 244 66 237 0 0.73 0.03 0.04 302.36 0.89 0.61
Hex F4 42 ED 0 49 3 4 12E 59 3D
Octal 364 102 355 0 111 3 4 456 131 75
Binary 11110100 1000010 11101101 0 1001001 11 100 100101110 1011001 111101

Color Harmonies of #F442ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F442ED

Black with #F442ED

Text Example


Text Example

White with #F442ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F442ED; }

 p { color: rgb(244,66,237); }

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

background-color css

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

 a { background-color: rgb(244,66,237); }

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

border-color css

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

 span { border-color: rgb(244,66,237); }

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