Html Css Color HEX #F965E3 Free Speech Magenta

📋 copy color: '#F965E3'

red 249 ◦ green 101 ◦ blue 227

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

Shades of Free Speech Magenta #F965E3

Tints of Free Speech Magenta #F965E3

RGB

 RED value IS 249 (97.66% from 255) = 43.15%

 GREEN value IS 101 (39.84% from 255) = 17.5%

 BLUE value IS 227 (89.06% from 255) = 39.34%

R = 43.15%
G = 17.5%
B = 39.34%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.09

 K value IS 0.02

RGB Variations

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

Color information

#F965E3 (or 0xF965E3) is known color: Free Speech Magenta. HEX triplet: F9, 65 and E3. RGB value is (249,101,227). Sum of RGB (Red+Green+Blue) = 249+101+227=577 (76% of max value = 765). Red value is 249 (97.66% from 255 or 43.15% from 577); Green value is 101 (39.84% from 255 or 17.50% from 577); Blue value is 227 (89.06% from 255 or 39.34% from 577); Max value from RGB is 249 - color contains mainly: red. Hex color #F965E3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F965E3 is #069A1C. Grayscale: #9F9F9F. Windows color (decimal): -432669 or 14902777. OLE color: 14902777.

HSL color Cylindrical-coordinate representation of color #F965E3: hue angle of 308.92º degrees, saturation: 0.93, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F965E3 is Cyan = 0, Magento = 0.59, Yellow = 0.09 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 101 227 -
CMYK 0 0.59 0.09 0.02
HSL 308.92º 0.93% 0.69% -
HSV(B) 308.92º 0.59% 0.98% -
XYZ 57.59 34.99 76.39 -
YUV 159.62 166.03 191.75 -
System Red Green Blue C M Y K H S L
Decimal 249 101 227 0 0.59 0.09 0.02 308.92 0.93 0.69
Hex F9 65 E3 0 3B 9 2 135 5C 45
Octal 371 145 343 0 73 11 2 465 134 105
Binary 11111001 1100101 11100011 0 111011 1001 10 100110101 1011100 1000101

Color Harmonies of #F965E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F965E3

Black with #F965E3

Text Example


Text Example

White with #F965E3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F965E3; }

 p { color: rgb(249,101,227); }

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

background-color css

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

 a { background-color: rgb(249,101,227); }

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

border-color css

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

 span { border-color: rgb(249,101,227); }

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