Html Css Color HEX #F249DA Free Speech Magenta

📋 copy color: '#F249DA'

red 242 ◦ green 73 ◦ blue 218

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

Shades of Free Speech Magenta #F249DA

Tints of Free Speech Magenta #F249DA

RGB

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

 GREEN value IS 73 (28.91% from 255) = 13.7%

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

R = 45.4%
G = 13.7%
B = 40.9%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.10

 K value IS 0.05

RGB Variations

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

Color information

#F249DA (or 0xF249DA) is known color: Free Speech Magenta. HEX triplet: F2, 49 and DA. RGB value is (242,73,218). Sum of RGB (Red+Green+Blue) = 242+73+218=533 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.40% from 533); Green value is 73 (28.91% from 255 or 13.70% from 533); Blue value is 218 (85.55% from 255 or 40.90% from 533); Max value from RGB is 242 - color contains mainly: red. Hex color #F249DA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F249DA is #0DB625. Grayscale: #8B8B8B. Windows color (decimal): -898598 or 14305778. OLE color: 14305778.

HSL color Cylindrical-coordinate representation of color #F249DA: hue angle of 308.52º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F249DA is Cyan = 0, Magento = 0.70, Yellow = 0.10 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 73 218 -
CMYK 0 0.70 0.10 0.05
HSL 308.52º 0.87% 0.62% -
HSV(B) 308.52º 0.7% 0.95% -
XYZ 51.66 28.7 69.15 -
YUV 140.06 171.99 200.71 -
System Red Green Blue C M Y K H S L
Decimal 242 73 218 0 0.70 0.10 0.05 308.52 0.87 0.62
Hex F2 49 DA 0 46 A 5 135 57 3E
Octal 362 111 332 0 106 12 5 465 127 76
Binary 11110010 1001001 11011010 0 1000110 1010 101 100110101 1010111 111110

Color Harmonies of #F249DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F249DA

Black with #F249DA

Text Example


Text Example

White with #F249DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F249DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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