Html Css Color HEX #F75DDE Free Speech Magenta

📋 copy color: '#F75DDE'

red 247 ◦ green 93 ◦ blue 222

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

Shades of Free Speech Magenta #F75DDE

Tints of Free Speech Magenta #F75DDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 39.5%

R = 43.95%
G = 16.55%
B = 39.5%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.10

 K value IS 0.03

RGB Variations

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

Color information

#F75DDE (or 0xF75DDE) is known color: Free Speech Magenta. HEX triplet: F7, 5D and DE. RGB value is (247,93,222). Sum of RGB (Red+Green+Blue) = 247+93+222=562 (74% of max value = 765). Red value is 247 (96.88% from 255 or 43.95% from 562); Green value is 93 (36.72% from 255 or 16.55% from 562); Blue value is 222 (87.11% from 255 or 39.50% from 562); Max value from RGB is 247 - color contains mainly: red. Hex color #F75DDE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F75DDE is #08A221. Grayscale: #999999. Windows color (decimal): -565794 or 14573047. OLE color: 14573047.

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

Color convert

RGB 247 93 222 -
CMYK 0 0.62 0.10 0.03
HSL 309.74º 0.91% 0.67% -
HSV(B) 309.74º 0.62% 0.97% -
XYZ 55.46 32.88 72.53 -
YUV 153.75 166.52 194.51 -
System Red Green Blue C M Y K H S L
Decimal 247 93 222 0 0.62 0.10 0.03 309.74 0.91 0.67
Hex F7 5D DE 0 3E A 3 136 5B 43
Octal 367 135 336 0 76 12 3 466 133 103
Binary 11110111 1011101 11011110 0 111110 1010 11 100110110 1011011 1000011

Color Harmonies of #F75DDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F75DDE

Black with #F75DDE

Text Example


Text Example

White with #F75DDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F75DDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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