Html Css Color HEX #F248DD Free Speech Magenta

📋 copy color: '#F248DD'

red 242 ◦ green 72 ◦ blue 221

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

Shades of Free Speech Magenta #F248DD

Tints of Free Speech Magenta #F248DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 41.31%

R = 45.23%
G = 13.46%
B = 41.31%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.09

 K value IS 0.05

RGB Variations

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

Color information

#F248DD (or 0xF248DD) is known color: Free Speech Magenta. HEX triplet: F2, 48 and DD. RGB value is (242,72,221). Sum of RGB (Red+Green+Blue) = 242+72+221=535 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.23% from 535); Green value is 72 (28.52% from 255 or 13.46% from 535); Blue value is 221 (86.72% from 255 or 41.31% from 535); Max value from RGB is 242 - color contains mainly: red. Hex color #F248DD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F248DD is #0DB722. Grayscale: #8B8B8B. Windows color (decimal): -898851 or 14502130. OLE color: 14502130.

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

Color convert

RGB 242 72 221 -
CMYK 0 0.70 0.09 0.05
HSL 307.41º 0.87% 0.62% -
HSV(B) 307.41º 0.7% 0.95% -
XYZ 51.99 28.73 71.21 -
YUV 139.82 173.82 200.88 -
System Red Green Blue C M Y K H S L
Decimal 242 72 221 0 0.70 0.09 0.05 307.41 0.87 0.62
Hex F2 48 DD 0 46 9 5 133 57 3E
Octal 362 110 335 0 106 11 5 463 127 76
Binary 11110010 1001000 11011101 0 1000110 1001 101 100110011 1010111 111110

Color Harmonies of #F248DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F248DD

Black with #F248DD

Text Example


Text Example

White with #F248DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F248DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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