Html Css Color HEX #F75FD6 Free Speech Magenta

📋 copy color: '#F75FD6'

red 247 ◦ green 95 ◦ blue 214

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

Shades of Free Speech Magenta #F75FD6

Tints of Free Speech Magenta #F75FD6

RGB

 RED value IS 247 (96.88% from 255) = 44.42%

 GREEN value IS 95 (37.5% from 255) = 17.09%

 BLUE value IS 214 (83.98% from 255) = 38.49%

R = 44.42%
G = 17.09%
B = 38.49%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.13

 K value IS 0.03

RGB Variations

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

Color information

#F75FD6 (or 0xF75FD6) is known color: Free Speech Magenta. HEX triplet: F7, 5F and D6. RGB value is (247,95,214). Sum of RGB (Red+Green+Blue) = 247+95+214=556 (73% of max value = 765). Red value is 247 (96.88% from 255 or 44.42% from 556); Green value is 95 (37.5% from 255 or 17.09% from 556); Blue value is 214 (83.98% from 255 or 38.49% from 556); Max value from RGB is 247 - color contains mainly: red. Hex color #F75FD6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F75FD6 is #08A029. Grayscale: #999999. Windows color (decimal): -565290 or 14049271. OLE color: 14049271.

HSL color Cylindrical-coordinate representation of color #F75FD6: hue angle of 313.03º degrees, saturation: 0.9, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F75FD6 is Cyan = 0, Magento = 0.62, Yellow = 0.13 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 95 214 -
CMYK 0 0.62 0.13 0.03
HSL 313.03º 0.9% 0.67% -
HSV(B) 313.03º 0.62% 0.97% -
XYZ 54.59 32.81 67.07 -
YUV 154.01 161.86 194.32 -
System Red Green Blue C M Y K H S L
Decimal 247 95 214 0 0.62 0.13 0.03 313.03 0.9 0.67
Hex F7 5F D6 0 3E D 3 139 5A 43
Octal 367 137 326 0 76 15 3 471 132 103
Binary 11110111 1011111 11010110 0 111110 1101 11 100111001 1011010 1000011

Color Harmonies of #F75FD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F75FD6

Black with #F75FD6

Text Example


Text Example

White with #F75FD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F75FD6; }

 p { color: rgb(247,95,214); }

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

background-color css

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

 a { background-color: rgb(247,95,214); }

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

border-color css

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

 span { border-color: rgb(247,95,214); }

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