Html Css Color HEX #F248D9 Free Speech Magenta

📋 copy color: '#F248D9'

red 242 ◦ green 72 ◦ blue 217

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

Shades of Free Speech Magenta #F248D9

Tints of Free Speech Magenta #F248D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 40.87%

R = 45.57%
G = 13.56%
B = 40.87%

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

#F248D9 (or 0xF248D9) is known color: Free Speech Magenta. HEX triplet: F2, 48 and D9. RGB value is (242,72,217). Sum of RGB (Red+Green+Blue) = 242+72+217=531 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.57% from 531); Green value is 72 (28.52% from 255 or 13.56% from 531); Blue value is 217 (85.16% from 255 or 40.87% from 531); Max value from RGB is 242 - color contains mainly: red. Hex color #F248D9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F248D9 is #0DB726. Grayscale: #8A8A8A. Windows color (decimal): -898855 or 14239986. OLE color: 14239986.

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

Color convert

RGB 242 72 217 -
CMYK 0 0.70 0.10 0.05
HSL 308.82º 0.87% 0.62% -
HSV(B) 308.82º 0.7% 0.95% -
XYZ 51.46 28.52 68.44 -
YUV 139.36 171.82 201.21 -
System Red Green Blue C M Y K H S L
Decimal 242 72 217 0 0.70 0.10 0.05 308.82 0.87 0.62
Hex F2 48 D9 0 46 A 5 135 57 3E
Octal 362 110 331 0 106 12 5 465 127 76
Binary 11110010 1001000 11011001 0 1000110 1010 101 100110101 1010111 111110

Color Harmonies of #F248D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F248D9

Black with #F248D9

Text Example


Text Example

White with #F248D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F248D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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