Html Css Color HEX #F75ADF Free Speech Magenta

📋 copy color: '#F75ADF'

red 247 ◦ green 90 ◦ blue 223

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

Shades of Free Speech Magenta #F75ADF

Tints of Free Speech Magenta #F75ADF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 39.82%

R = 44.11%
G = 16.07%
B = 39.82%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.10

 K value IS 0.03

RGB Variations

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

Color information

#F75ADF (or 0xF75ADF) is known color: Free Speech Magenta. HEX triplet: F7, 5A and DF. RGB value is (247,90,223). Sum of RGB (Red+Green+Blue) = 247+90+223=560 (74% of max value = 765). Red value is 247 (96.88% from 255 or 44.11% from 560); Green value is 90 (35.55% from 255 or 16.07% from 560); Blue value is 223 (87.5% from 255 or 39.82% from 560); Max value from RGB is 247 - color contains mainly: red. Hex color #F75ADF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F75ADF is #08A520. Grayscale: #979797. Windows color (decimal): -566561 or 14637815. OLE color: 14637815.

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

Color convert

RGB 247 90 223 -
CMYK 0 0.64 0.10 0.03
HSL 309.17º 0.91% 0.66% -
HSV(B) 309.17º 0.64% 0.97% -
XYZ 55.33 32.41 73.15 -
YUV 152.11 168.01 195.69 -
System Red Green Blue C M Y K H S L
Decimal 247 90 223 0 0.64 0.10 0.03 309.17 0.91 0.66
Hex F7 5A DF 0 40 A 3 135 5B 42
Octal 367 132 337 0 100 12 3 465 133 102
Binary 11110111 1011010 11011111 0 1000000 1010 11 100110101 1011011 1000010

Color Harmonies of #F75ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F75ADF

Black with #F75ADF

Text Example


Text Example

White with #F75ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F75ADF; }

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

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

background-color css

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

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

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

border-color css

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

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

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