Html Css Color HEX #F248E4 Free Speech Magenta

📋 copy color: '#F248E4'

red 242 ◦ green 72 ◦ blue 228

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

Shades of Free Speech Magenta #F248E4

Tints of Free Speech Magenta #F248E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 42.07%

R = 44.65%
G = 13.28%
B = 42.07%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.06

 K value IS 0.05

RGB Variations

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

Color information

#F248E4 (or 0xF248E4) is known color: Free Speech Magenta. HEX triplet: F2, 48 and E4. RGB value is (242,72,228). Sum of RGB (Red+Green+Blue) = 242+72+228=542 (71% of max value = 765). Red value is 242 (94.92% from 255 or 44.65% from 542); Green value is 72 (28.52% from 255 or 13.28% from 542); Blue value is 228 (89.45% from 255 or 42.07% from 542); Max value from RGB is 242 - color contains mainly: red. Hex color #F248E4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F248E4 is #0DB71B. Grayscale: #8C8C8C. Windows color (decimal): -898844 or 14960882. OLE color: 14960882.

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

Color convert

RGB 242 72 228 -
CMYK 0 0.70 0.06 0.05
HSL 304.94º 0.87% 0.62% -
HSV(B) 304.94º 0.7% 0.95% -
XYZ 52.94 29.11 76.23 -
YUV 140.61 177.32 200.32 -
System Red Green Blue C M Y K H S L
Decimal 242 72 228 0 0.70 0.06 0.05 304.94 0.87 0.62
Hex F2 48 E4 0 46 6 5 131 57 3E
Octal 362 110 344 0 106 6 5 461 127 76
Binary 11110010 1001000 11100100 0 1000110 110 101 100110001 1010111 111110

Color Harmonies of #F248E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F248E4

Black with #F248E4

Text Example


Text Example

White with #F248E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F248E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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