Html Css Color HEX #F965E2 Free Speech Magenta

📋 copy color: '#F965E2'

red 249 ◦ green 101 ◦ blue 226

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

Shades of Free Speech Magenta #F965E2

Tints of Free Speech Magenta #F965E2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 39.24%

R = 43.23%
G = 17.53%
B = 39.24%

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

#F965E2 (or 0xF965E2) is known color: Free Speech Magenta. HEX triplet: F9, 65 and E2. RGB value is (249,101,226). Sum of RGB (Red+Green+Blue) = 249+101+226=576 (76% of max value = 765). Red value is 249 (97.66% from 255 or 43.23% from 576); Green value is 101 (39.84% from 255 or 17.53% from 576); Blue value is 226 (88.67% from 255 or 39.24% from 576); Max value from RGB is 249 - color contains mainly: red. Hex color #F965E2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F965E2 is #069A1D. Grayscale: #9F9F9F. Windows color (decimal): -432670 or 14837241. OLE color: 14837241.

HSL color Cylindrical-coordinate representation of color #F965E2: hue angle of 309.32º 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 #F965E2 is Cyan = 0, Magento = 0.59, Yellow = 0.09 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 101 226 -
CMYK 0 0.59 0.09 0.02
HSL 309.32º 0.93% 0.69% -
HSV(B) 309.32º 0.59% 0.98% -
XYZ 57.45 34.94 75.67 -
YUV 159.5 165.53 191.84 -
System Red Green Blue C M Y K H S L
Decimal 249 101 226 0 0.59 0.09 0.02 309.32 0.93 0.69
Hex F9 65 E2 0 3B 9 2 135 5C 45
Octal 371 145 342 0 73 11 2 465 134 105
Binary 11111001 1100101 11100010 0 111011 1001 10 100110101 1011100 1000101

Color Harmonies of #F965E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F965E2

Black with #F965E2

Text Example


Text Example

White with #F965E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F965E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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