Html Css Color HEX #F248ED Free Speech Magenta

📋 copy color: '#F248ED'

red 242 ◦ green 72 ◦ blue 237

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

Shades of Free Speech Magenta #F248ED

Tints of Free Speech Magenta #F248ED

RGB

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

 GREEN value IS 72 (28.52% from 255) = 13.07%

 BLUE value IS 237 (92.97% from 255) = 43.01%

R = 43.92%
G = 13.07%
B = 43.01%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.02

 K value IS 0.05

RGB Variations

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

Color information

#F248ED (or 0xF248ED) is known color: Free Speech Magenta. HEX triplet: F2, 48 and ED. RGB value is (242,72,237). Sum of RGB (Red+Green+Blue) = 242+72+237=551 (72% of max value = 765). Red value is 242 (94.92% from 255 or 43.92% from 551); Green value is 72 (28.52% from 255 or 13.07% from 551); Blue value is 237 (92.97% from 255 or 43.01% from 551); Max value from RGB is 242 - color contains mainly: red. Hex color #F248ED is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F248ED is #0DB712. Grayscale: #8D8D8D. Windows color (decimal): -898835 or 15550706. OLE color: 15550706.

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

Color convert

RGB 242 72 237 -
CMYK 0 0.70 0.02 0.05
HSL 301.76º 0.87% 0.62% -
HSV(B) 301.76º 0.7% 0.95% -
XYZ 54.22 29.63 82.98 -
YUV 141.64 181.82 199.58 -
System Red Green Blue C M Y K H S L
Decimal 242 72 237 0 0.70 0.02 0.05 301.76 0.87 0.62
Hex F2 48 ED 0 46 2 5 12E 57 3E
Octal 362 110 355 0 106 2 5 456 127 76
Binary 11110010 1001000 11101101 0 1000110 10 101 100101110 1010111 111110

Color Harmonies of #F248ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F248ED

Black with #F248ED

Text Example


Text Example

White with #F248ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F248ED; }

 p { color: rgb(242,72,237); }

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

background-color css

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

 a { background-color: rgb(242,72,237); }

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

border-color css

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

 span { border-color: rgb(242,72,237); }

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