Html Css Color HEX #F75FDD Free Speech Magenta

📋 copy color: '#F75FDD'

red 247 ◦ green 95 ◦ blue 221

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

Shades of Free Speech Magenta #F75FDD

Tints of Free Speech Magenta #F75FDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 39.25%

R = 43.87%
G = 16.87%
B = 39.25%

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

#F75FDD (or 0xF75FDD) is known color: Free Speech Magenta. HEX triplet: F7, 5F and DD. RGB value is (247,95,221). Sum of RGB (Red+Green+Blue) = 247+95+221=563 (74% of max value = 765). Red value is 247 (96.88% from 255 or 43.87% from 563); Green value is 95 (37.5% from 255 or 16.87% from 563); Blue value is 221 (86.72% from 255 or 39.25% from 563); Max value from RGB is 247 - color contains mainly: red. Hex color #F75FDD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F75FDD is #08A022. Grayscale: #9A9A9A. Windows color (decimal): -565283 or 14508023. OLE color: 14508023.

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

Color convert

RGB 247 95 221 -
CMYK 0 0.62 0.11 0.03
HSL 310.26º 0.9% 0.67% -
HSV(B) 310.26º 0.62% 0.97% -
XYZ 55.5 33.18 71.89 -
YUV 154.81 165.36 193.75 -
System Red Green Blue C M Y K H S L
Decimal 247 95 221 0 0.62 0.11 0.03 310.26 0.9 0.67
Hex F7 5F DD 0 3E B 3 136 5A 43
Octal 367 137 335 0 76 13 3 466 132 103
Binary 11110111 1011111 11011101 0 111110 1011 11 100110110 1011010 1000011

Color Harmonies of #F75FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F75FDD

Black with #F75FDD

Text Example


Text Example

White with #F75FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F75FDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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