Html Css Color HEX #F248E2 Free Speech Magenta

📋 copy color: '#F248E2'

red 242 ◦ green 72 ◦ blue 226

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

Shades of Free Speech Magenta #F248E2

Tints of Free Speech Magenta #F248E2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 41.85%

R = 44.81%
G = 13.33%
B = 41.85%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.07

 K value IS 0.05

RGB Variations

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

Color information

#F248E2 (or 0xF248E2) is known color: Free Speech Magenta. HEX triplet: F2, 48 and E2. RGB value is (242,72,226). Sum of RGB (Red+Green+Blue) = 242+72+226=540 (71% of max value = 765). Red value is 242 (94.92% from 255 or 44.81% from 540); Green value is 72 (28.52% from 255 or 13.33% from 540); Blue value is 226 (88.67% from 255 or 41.85% from 540); Max value from RGB is 242 - color contains mainly: red. Hex color #F248E2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F248E2 is #0DB71D. Grayscale: #8B8B8B. Windows color (decimal): -898846 or 14829810. OLE color: 14829810.

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

Color convert

RGB 242 72 226 -
CMYK 0 0.70 0.07 0.05
HSL 305.65º 0.87% 0.62% -
HSV(B) 305.65º 0.7% 0.95% -
XYZ 52.66 29 74.77 -
YUV 140.39 176.32 200.48 -
System Red Green Blue C M Y K H S L
Decimal 242 72 226 0 0.70 0.07 0.05 305.65 0.87 0.62
Hex F2 48 E2 0 46 7 5 132 57 3E
Octal 362 110 342 0 106 7 5 462 127 76
Binary 11110010 1001000 11100010 0 1000110 111 101 100110010 1010111 111110

Color Harmonies of #F248E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F248E2

Black with #F248E2

Text Example


Text Example

White with #F248E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F248E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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