Html Css Color HEX #F250D9 Free Speech Magenta

📋 copy color: '#F250D9'

red 242 ◦ green 80 ◦ blue 217

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

Shades of Free Speech Magenta #F250D9

Tints of Free Speech Magenta #F250D9

RGB

 RED value IS 242 (94.92% from 255) = 44.9%

 GREEN value IS 80 (31.64% from 255) = 14.84%

 BLUE value IS 217 (85.16% from 255) = 40.26%

R = 44.9%
G = 14.84%
B = 40.26%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.10

 K value IS 0.05

RGB Variations

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

Color information

#F250D9 (or 0xF250D9) is known color: Free Speech Magenta. HEX triplet: F2, 50 and D9. RGB value is (242,80,217). Sum of RGB (Red+Green+Blue) = 242+80+217=539 (71% of max value = 765). Red value is 242 (94.92% from 255 or 44.90% from 539); Green value is 80 (31.64% from 255 or 14.84% from 539); Blue value is 217 (85.16% from 255 or 40.26% from 539); Max value from RGB is 242 - color contains mainly: red. Hex color #F250D9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F250D9 is #0DAF26. Grayscale: #8F8F8F. Windows color (decimal): -896807 or 14242034. OLE color: 14242034.

HSL color Cylindrical-coordinate representation of color #F250D9: hue angle of 309.26º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F250D9 is Cyan = 0, Magento = 0.67, Yellow = 0.10 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 80 217 -
CMYK 0 0.67 0.10 0.05
HSL 309.26º 0.86% 0.63% -
HSV(B) 309.26º 0.67% 0.95% -
XYZ 52.01 29.62 68.62 -
YUV 144.06 169.17 197.86 -
System Red Green Blue C M Y K H S L
Decimal 242 80 217 0 0.67 0.10 0.05 309.26 0.86 0.63
Hex F2 50 D9 0 43 A 5 135 56 3F
Octal 362 120 331 0 103 12 5 465 126 77
Binary 11110010 1010000 11011001 0 1000011 1010 101 100110101 1010110 111111

Color Harmonies of #F250D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F250D9

Black with #F250D9

Text Example


Text Example

White with #F250D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F250D9; }

 p { color: rgb(242,80,217); }

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

background-color css

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

 a { background-color: rgb(242,80,217); }

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

border-color css

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

 span { border-color: rgb(242,80,217); }

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