Html Css Color HEX #F447F0 Free Speech Magenta

📋 copy color: '#F447F0'

red 244 ◦ green 71 ◦ blue 240

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

Shades of Free Speech Magenta #F447F0

Tints of Free Speech Magenta #F447F0

RGB

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

 GREEN value IS 71 (28.13% from 255) = 12.79%

 BLUE value IS 240 (94.14% from 255) = 43.24%

R = 43.96%
G = 12.79%
B = 43.24%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.02

 K value IS 0.04

RGB Variations

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

Color information

#F447F0 (or 0xF447F0) is known color: Free Speech Magenta. HEX triplet: F4, 47 and F0. RGB value is (244,71,240). Sum of RGB (Red+Green+Blue) = 244+71+240=555 (73% of max value = 765). Red value is 244 (95.70% from 255 or 43.96% from 555); Green value is 71 (28.12% from 255 or 12.79% from 555); Blue value is 240 (94.14% from 255 or 43.24% from 555); Max value from RGB is 244 - color contains mainly: red. Hex color #F447F0 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F447F0 is #0BB80F. Grayscale: #8D8D8D. Windows color (decimal): -768016 or 15747060. OLE color: 15747060.

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

Color convert

RGB 244 71 240 -
CMYK 0 0.71 0.02 0.04
HSL 301.39º 0.89% 0.62% -
HSV(B) 301.39º 0.71% 0.96% -
XYZ 55.29 30.03 85.32 -
YUV 141.99 183.31 200.76 -
System Red Green Blue C M Y K H S L
Decimal 244 71 240 0 0.71 0.02 0.04 301.39 0.89 0.62
Hex F4 47 F0 0 47 2 4 12D 59 3E
Octal 364 107 360 0 107 2 4 455 131 76
Binary 11110100 1000111 11110000 0 1000111 10 100 100101101 1011001 111110

Color Harmonies of #F447F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F447F0

Black with #F447F0

Text Example


Text Example

White with #F447F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F447F0; }

 p { color: rgb(244,71,240); }

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

background-color css

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

 a { background-color: rgb(244,71,240); }

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

border-color css

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

 span { border-color: rgb(244,71,240); }

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