Html Css Color HEX #F75AD2 Free Speech Magenta

📋 copy color: '#F75AD2'

red 247 ◦ green 90 ◦ blue 210

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

Shades of Free Speech Magenta #F75AD2

Tints of Free Speech Magenta #F75AD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 38.39%

R = 45.16%
G = 16.45%
B = 38.39%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.15

 K value IS 0.03

RGB Variations

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

Color information

#F75AD2 (or 0xF75AD2) is known color: Free Speech Magenta. HEX triplet: F7, 5A and D2. RGB value is (247,90,210). Sum of RGB (Red+Green+Blue) = 247+90+210=547 (72% of max value = 765). Red value is 247 (96.88% from 255 or 45.16% from 547); Green value is 90 (35.55% from 255 or 16.45% from 547); Blue value is 210 (82.42% from 255 or 38.39% from 547); Max value from RGB is 247 - color contains mainly: red. Hex color #F75AD2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F75AD2 is #08A52D. Grayscale: #969696. Windows color (decimal): -566574 or 13785847. OLE color: 13785847.

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

Color convert

RGB 247 90 210 -
CMYK 0 0.64 0.15 0.03
HSL 314.14º 0.91% 0.66% -
HSV(B) 314.14º 0.64% 0.97% -
XYZ 53.65 31.74 64.27 -
YUV 150.62 161.51 196.74 -
System Red Green Blue C M Y K H S L
Decimal 247 90 210 0 0.64 0.15 0.03 314.14 0.91 0.66
Hex F7 5A D2 0 40 F 3 13A 5B 42
Octal 367 132 322 0 100 17 3 472 133 102
Binary 11110111 1011010 11010010 0 1000000 1111 11 100111010 1011011 1000010

Color Harmonies of #F75AD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F75AD2

Black with #F75AD2

Text Example


Text Example

White with #F75AD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F75AD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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