Html Css Color HEX #F250DA Free Speech Magenta

📋 copy color: '#F250DA'

red 242 ◦ green 80 ◦ blue 218

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

Shades of Free Speech Magenta #F250DA

Tints of Free Speech Magenta #F250DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 40.37%

R = 44.81%
G = 14.81%
B = 40.37%

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

#F250DA (or 0xF250DA) is known color: Free Speech Magenta. HEX triplet: F2, 50 and DA. RGB value is (242,80,218). Sum of RGB (Red+Green+Blue) = 242+80+218=540 (71% of max value = 765). Red value is 242 (94.92% from 255 or 44.81% from 540); Green value is 80 (31.64% from 255 or 14.81% from 540); Blue value is 218 (85.55% from 255 or 40.37% from 540); Max value from RGB is 242 - color contains mainly: red. Hex color #F250DA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F250DA is #0DAF25. Grayscale: #8F8F8F. Windows color (decimal): -896806 or 14307570. OLE color: 14307570.

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

Color convert

RGB 242 80 218 -
CMYK 0 0.67 0.10 0.05
HSL 308.89º 0.86% 0.63% -
HSV(B) 308.89º 0.67% 0.95% -
XYZ 52.14 29.68 69.31 -
YUV 144.17 169.67 197.78 -
System Red Green Blue C M Y K H S L
Decimal 242 80 218 0 0.67 0.10 0.05 308.89 0.86 0.63
Hex F2 50 DA 0 43 A 5 135 56 3F
Octal 362 120 332 0 103 12 5 465 126 77
Binary 11110010 1010000 11011010 0 1000011 1010 101 100110101 1010110 111111

Color Harmonies of #F250DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F250DA

Black with #F250DA

Text Example


Text Example

White with #F250DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F250DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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