Html Css Color HEX #F248E6 Free Speech Magenta

📋 copy color: '#F248E6'

red 242 ◦ green 72 ◦ blue 230

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

Shades of Free Speech Magenta #F248E6

Tints of Free Speech Magenta #F248E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 42.28%

R = 44.49%
G = 13.24%
B = 42.28%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.05

 K value IS 0.05

RGB Variations

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

Color information

#F248E6 (or 0xF248E6) is known color: Free Speech Magenta. HEX triplet: F2, 48 and E6. RGB value is (242,72,230). Sum of RGB (Red+Green+Blue) = 242+72+230=544 (72% of max value = 765). Red value is 242 (94.92% from 255 or 44.49% from 544); Green value is 72 (28.52% from 255 or 13.24% from 544); Blue value is 230 (90.23% from 255 or 42.28% from 544); Max value from RGB is 242 - color contains mainly: red. Hex color #F248E6 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F248E6 is #0DB719. Grayscale: #8C8C8C. Windows color (decimal): -898842 or 15091954. OLE color: 15091954.

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

Color convert

RGB 242 72 230 -
CMYK 0 0.70 0.05 0.05
HSL 304.24º 0.87% 0.62% -
HSV(B) 304.24º 0.7% 0.95% -
XYZ 53.22 29.23 77.7 -
YUV 140.84 178.32 200.15 -
System Red Green Blue C M Y K H S L
Decimal 242 72 230 0 0.70 0.05 0.05 304.24 0.87 0.62
Hex F2 48 E6 0 46 5 5 130 57 3E
Octal 362 110 346 0 106 5 5 460 127 76
Binary 11110010 1001000 11100110 0 1000110 101 101 100110000 1010111 111110

Color Harmonies of #F248E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F248E6

Black with #F248E6

Text Example


Text Example

White with #F248E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F248E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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