Html Css Color HEX #F248D4 Free Speech Magenta

📋 copy color: '#F248D4'

red 242 ◦ green 72 ◦ blue 212

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

Shades of Free Speech Magenta #F248D4

Tints of Free Speech Magenta #F248D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 40.3%

R = 46.01%
G = 13.69%
B = 40.3%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.12

 K value IS 0.05

RGB Variations

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

Color information

#F248D4 (or 0xF248D4) is known color: Free Speech Magenta. HEX triplet: F2, 48 and D4. RGB value is (242,72,212). Sum of RGB (Red+Green+Blue) = 242+72+212=526 (69% of max value = 765). Red value is 242 (94.92% from 255 or 46.01% from 526); Green value is 72 (28.52% from 255 or 13.69% from 526); Blue value is 212 (83.20% from 255 or 40.30% from 526); Max value from RGB is 242 - color contains mainly: red. Hex color #F248D4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F248D4 is #0DB72B. Grayscale: #8A8A8A. Windows color (decimal): -898860 or 13912306. OLE color: 13912306.

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

Color convert

RGB 242 72 212 -
CMYK 0 0.70 0.12 0.05
HSL 310.59º 0.87% 0.62% -
HSV(B) 310.59º 0.7% 0.95% -
XYZ 50.82 28.27 65.06 -
YUV 138.79 169.32 201.62 -
System Red Green Blue C M Y K H S L
Decimal 242 72 212 0 0.70 0.12 0.05 310.59 0.87 0.62
Hex F2 48 D4 0 46 C 5 137 57 3E
Octal 362 110 324 0 106 14 5 467 127 76
Binary 11110010 1001000 11010100 0 1000110 1100 101 100110111 1010111 111110

Color Harmonies of #F248D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F248D4

Black with #F248D4

Text Example


Text Example

White with #F248D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F248D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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