Html Css Color HEX #F247D7 Free Speech Magenta

📋 copy color: '#F247D7'

red 242 ◦ green 71 ◦ blue 215

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

Shades of Free Speech Magenta #F247D7

Tints of Free Speech Magenta #F247D7

RGB

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

 GREEN value IS 71 (28.13% from 255) = 13.45%

 BLUE value IS 215 (84.38% from 255) = 40.72%

R = 45.83%
G = 13.45%
B = 40.72%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.11

 K value IS 0.05

RGB Variations

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

Color information

#F247D7 (or 0xF247D7) is known color: Free Speech Magenta. HEX triplet: F2, 47 and D7. RGB value is (242,71,215). Sum of RGB (Red+Green+Blue) = 242+71+215=528 (69% of max value = 765). Red value is 242 (94.92% from 255 or 45.83% from 528); Green value is 71 (28.12% from 255 or 13.45% from 528); Blue value is 215 (84.38% from 255 or 40.72% from 528); Max value from RGB is 242 - color contains mainly: red. Hex color #F247D7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F247D7 is #0DB828. Grayscale: #8A8A8A. Windows color (decimal): -899113 or 14108658. OLE color: 14108658.

HSL color Cylindrical-coordinate representation of color #F247D7: hue angle of 309.47º degrees, saturation: 0.87, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F247D7 is Cyan = 0, Magento = 0.71, Yellow = 0.11 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 71 215 -
CMYK 0 0.71 0.11 0.05
HSL 309.47º 0.87% 0.61% -
HSV(B) 309.47º 0.71% 0.95% -
XYZ 51.14 28.29 67.06 -
YUV 138.55 171.15 201.79 -
System Red Green Blue C M Y K H S L
Decimal 242 71 215 0 0.71 0.11 0.05 309.47 0.87 0.61
Hex F2 47 D7 0 47 B 5 135 57 3D
Octal 362 107 327 0 107 13 5 465 127 75
Binary 11110010 1000111 11010111 0 1000111 1011 101 100110101 1010111 111101

Color Harmonies of #F247D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F247D7

Black with #F247D7

Text Example


Text Example

White with #F247D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F247D7; }

 p { color: rgb(242,71,215); }

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

background-color css

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

 a { background-color: rgb(242,71,215); }

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

border-color css

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

 span { border-color: rgb(242,71,215); }

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