Html Css Color HEX #F766E5 Free Speech Magenta

📋 copy color: '#F766E5'

red 247 ◦ green 102 ◦ blue 229

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

Shades of Free Speech Magenta #F766E5

Tints of Free Speech Magenta #F766E5

RGB

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

 GREEN value IS 102 (40.23% from 255) = 17.65%

 BLUE value IS 229 (89.84% from 255) = 39.62%

R = 42.73%
G = 17.65%
B = 39.62%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.07

 K value IS 0.03

RGB Variations

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

Color information

#F766E5 (or 0xF766E5) is known color: Free Speech Magenta. HEX triplet: F7, 66 and E5. RGB value is (247,102,229). Sum of RGB (Red+Green+Blue) = 247+102+229=578 (76% of max value = 765). Red value is 247 (96.88% from 255 or 42.73% from 578); Green value is 102 (40.23% from 255 or 17.65% from 578); Blue value is 229 (89.84% from 255 or 39.62% from 578); Max value from RGB is 247 - color contains mainly: red. Hex color #F766E5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F766E5 is #08991A. Grayscale: #9F9F9F. Windows color (decimal): -563483 or 15034103. OLE color: 15034103.

HSL color Cylindrical-coordinate representation of color #F766E5: hue angle of 307.45º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F766E5 is Cyan = 0, Magento = 0.59, Yellow = 0.07 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 102 229 -
CMYK 0 0.59 0.07 0.03
HSL 307.45º 0.9% 0.68% -
HSV(B) 307.45º 0.59% 0.97% -
XYZ 57.25 34.93 77.85 -
YUV 159.83 167.04 190.17 -
System Red Green Blue C M Y K H S L
Decimal 247 102 229 0 0.59 0.07 0.03 307.45 0.9 0.68
Hex F7 66 E5 0 3B 7 3 133 5A 44
Octal 367 146 345 0 73 7 3 463 132 104
Binary 11110111 1100110 11100101 0 111011 111 11 100110011 1011010 1000100

Color Harmonies of #F766E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F766E5

Black with #F766E5

Text Example


Text Example

White with #F766E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F766E5; }

 p { color: rgb(247,102,229); }

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

background-color css

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

 a { background-color: rgb(247,102,229); }

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

border-color css

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

 span { border-color: rgb(247,102,229); }

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