Html Css Color HEX #F75DDC Free Speech Magenta

📋 copy color: '#F75DDC'

red 247 ◦ green 93 ◦ blue 220

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

Shades of Free Speech Magenta #F75DDC

Tints of Free Speech Magenta #F75DDC

RGB

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

 GREEN value IS 93 (36.72% from 255) = 16.61%

 BLUE value IS 220 (86.33% from 255) = 39.29%

R = 44.11%
G = 16.61%
B = 39.29%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.11

 K value IS 0.03

RGB Variations

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

Color information

#F75DDC (or 0xF75DDC) is known color: Free Speech Magenta. HEX triplet: F7, 5D and DC. RGB value is (247,93,220). Sum of RGB (Red+Green+Blue) = 247+93+220=560 (74% of max value = 765). Red value is 247 (96.88% from 255 or 44.11% from 560); Green value is 93 (36.72% from 255 or 16.61% from 560); Blue value is 220 (86.33% from 255 or 39.29% from 560); Max value from RGB is 247 - color contains mainly: red. Hex color #F75DDC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F75DDC is #08A223. Grayscale: #999999. Windows color (decimal): -565796 or 14441975. OLE color: 14441975.

HSL color Cylindrical-coordinate representation of color #F75DDC: hue angle of 310.52º degrees, saturation: 0.91, 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 #F75DDC is Cyan = 0, Magento = 0.62, Yellow = 0.11 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 93 220 -
CMYK 0 0.62 0.11 0.03
HSL 310.52º 0.91% 0.67% -
HSV(B) 310.52º 0.62% 0.97% -
XYZ 55.19 32.77 71.13 -
YUV 153.52 165.52 194.67 -
System Red Green Blue C M Y K H S L
Decimal 247 93 220 0 0.62 0.11 0.03 310.52 0.91 0.67
Hex F7 5D DC 0 3E B 3 137 5B 43
Octal 367 135 334 0 76 13 3 467 133 103
Binary 11110111 1011101 11011100 0 111110 1011 11 100110111 1011011 1000011

Color Harmonies of #F75DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F75DDC

Black with #F75DDC

Text Example


Text Example

White with #F75DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F75DDC; }

 p { color: rgb(247,93,220); }

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

background-color css

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

 a { background-color: rgb(247,93,220); }

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

border-color css

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

 span { border-color: rgb(247,93,220); }

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