Html Css Color HEX #F250DD Free Speech Magenta

📋 copy color: '#F250DD'

red 242 ◦ green 80 ◦ blue 221

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

Shades of Free Speech Magenta #F250DD

Tints of Free Speech Magenta #F250DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 40.7%

R = 44.57%
G = 14.73%
B = 40.7%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.09

 K value IS 0.05

RGB Variations

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

Color information

#F250DD (or 0xF250DD) is known color: Free Speech Magenta. HEX triplet: F2, 50 and DD. RGB value is (242,80,221). Sum of RGB (Red+Green+Blue) = 242+80+221=543 (71% of max value = 765). Red value is 242 (94.92% from 255 or 44.57% from 543); Green value is 80 (31.64% from 255 or 14.73% from 543); Blue value is 221 (86.72% from 255 or 40.70% from 543); Max value from RGB is 242 - color contains mainly: red. Hex color #F250DD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F250DD is #0DAF22. Grayscale: #909090. Windows color (decimal): -896803 or 14504178. OLE color: 14504178.

HSL color Cylindrical-coordinate representation of color #F250DD: hue angle of 307.78º 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 #F250DD is Cyan = 0, Magento = 0.67, Yellow = 0.09 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 80 221 -
CMYK 0 0.67 0.09 0.05
HSL 307.78º 0.86% 0.63% -
HSV(B) 307.78º 0.67% 0.95% -
XYZ 52.54 29.84 71.4 -
YUV 144.51 171.17 197.54 -
System Red Green Blue C M Y K H S L
Decimal 242 80 221 0 0.67 0.09 0.05 307.78 0.86 0.63
Hex F2 50 DD 0 43 9 5 134 56 3F
Octal 362 120 335 0 103 11 5 464 126 77
Binary 11110010 1010000 11011101 0 1000011 1001 101 100110100 1010110 111111

Color Harmonies of #F250DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F250DD

Black with #F250DD

Text Example


Text Example

White with #F250DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F250DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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