Html Css Color HEX #F965E9 Pink Flamingo

📋 copy color: '#F965E9'

red 249 ◦ green 101 ◦ blue 233

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

Shades of Pink Flamingo #F965E9

Tints of Pink Flamingo #F965E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 39.97%

R = 42.71%
G = 17.32%
B = 39.97%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.06

 K value IS 0.02

RGB Variations

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

Color information

#F965E9 (or 0xF965E9) is known color: Pink Flamingo. HEX triplet: F9, 65 and E9. RGB value is (249,101,233). Sum of RGB (Red+Green+Blue) = 249+101+233=583 (77% of max value = 765). Red value is 249 (97.66% from 255 or 42.71% from 583); Green value is 101 (39.84% from 255 or 17.32% from 583); Blue value is 233 (91.41% from 255 or 39.97% from 583); Max value from RGB is 249 - color contains mainly: red. Hex color #F965E9 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F965E9 is #069A16. Grayscale: #9F9F9F. Windows color (decimal): -432663 or 15295993. OLE color: 15295993.

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

Color convert

RGB 249 101 233 -
CMYK 0 0.59 0.06 0.02
HSL 306.49º 0.93% 0.69% -
HSV(B) 306.49º 0.59% 0.98% -
XYZ 58.43 35.33 80.83 -
YUV 160.3 169.03 191.27 -
System Red Green Blue C M Y K H S L
Decimal 249 101 233 0 0.59 0.06 0.02 306.49 0.93 0.69
Hex F9 65 E9 0 3B 6 2 132 5C 45
Octal 371 145 351 0 73 6 2 462 134 105
Binary 11111001 1100101 11101001 0 111011 110 10 100110010 1011100 1000101

Color Harmonies of #F965E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F965E9

Black with #F965E9

Text Example


Text Example

White with #F965E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F965E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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