Html Css Color HEX #F75ADD Free Speech Magenta

📋 copy color: '#F75ADD'

red 247 ◦ green 90 ◦ blue 221

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

Shades of Free Speech Magenta #F75ADD

Tints of Free Speech Magenta #F75ADD

RGB

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

 GREEN value IS 90 (35.55% from 255) = 16.13%

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

R = 44.27%
G = 16.13%
B = 39.61%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.11

 K value IS 0.03

RGB Variations

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

Color information

#F75ADD (or 0xF75ADD) is known color: Free Speech Magenta. HEX triplet: F7, 5A and DD. RGB value is (247,90,221). Sum of RGB (Red+Green+Blue) = 247+90+221=558 (73% of max value = 765). Red value is 247 (96.88% from 255 or 44.27% from 558); Green value is 90 (35.55% from 255 or 16.13% from 558); Blue value is 221 (86.72% from 255 or 39.61% from 558); Max value from RGB is 247 - color contains mainly: red. Hex color #F75ADD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F75ADD is #08A522. Grayscale: #979797. Windows color (decimal): -566563 or 14506743. OLE color: 14506743.

HSL color Cylindrical-coordinate representation of color #F75ADD: hue angle of 309.94º degrees, saturation: 0.91, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F75ADD is Cyan = 0, Magento = 0.64, Yellow = 0.11 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 90 221 -
CMYK 0 0.64 0.11 0.03
HSL 309.94º 0.91% 0.66% -
HSV(B) 309.94º 0.64% 0.97% -
XYZ 55.07 32.31 71.74 -
YUV 151.88 167.01 195.85 -
System Red Green Blue C M Y K H S L
Decimal 247 90 221 0 0.64 0.11 0.03 309.94 0.91 0.66
Hex F7 5A DD 0 40 B 3 136 5B 42
Octal 367 132 335 0 100 13 3 466 133 102
Binary 11110111 1011010 11011101 0 1000000 1011 11 100110110 1011011 1000010

Color Harmonies of #F75ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F75ADD

Black with #F75ADD

Text Example


Text Example

White with #F75ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F75ADD; }

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

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

background-color css

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

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

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

border-color css

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

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

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