Html Css Color HEX #F964EB Pink Flamingo

📋 copy color: '#F964EB'

red 249 ◦ green 100 ◦ blue 235

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

Shades of Pink Flamingo #F964EB

Tints of Pink Flamingo #F964EB

RGB

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

 GREEN value IS 100 (39.45% from 255) = 17.12%

 BLUE value IS 235 (92.19% from 255) = 40.24%

R = 42.64%
G = 17.12%
B = 40.24%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.06

 K value IS 0.02

RGB Variations

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

Color information

#F964EB (or 0xF964EB) is known color: Pink Flamingo. HEX triplet: F9, 64 and EB. RGB value is (249,100,235). Sum of RGB (Red+Green+Blue) = 249+100+235=584 (77% of max value = 765). Red value is 249 (97.66% from 255 or 42.64% from 584); Green value is 100 (39.45% from 255 or 17.12% from 584); Blue value is 235 (92.19% from 255 or 40.24% from 584); Max value from RGB is 249 - color contains mainly: red. Hex color #F964EB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F964EB is #069B14. Grayscale: #9F9F9F. Windows color (decimal): -432917 or 15426809. OLE color: 15426809.

HSL color Cylindrical-coordinate representation of color #F964EB: hue angle of 305.64º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F964EB is Cyan = 0, Magento = 0.60, Yellow = 0.06 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 100 235 -
CMYK 0 0.60 0.06 0.02
HSL 305.64º 0.93% 0.68% -
HSV(B) 305.64º 0.6% 0.98% -
XYZ 58.62 35.25 82.31 -
YUV 159.94 170.36 191.52 -
System Red Green Blue C M Y K H S L
Decimal 249 100 235 0 0.60 0.06 0.02 305.64 0.93 0.68
Hex F9 64 EB 0 3C 6 2 132 5D 44
Octal 371 144 353 0 74 6 2 462 135 104
Binary 11111001 1100100 11101011 0 111100 110 10 100110010 1011101 1000100

Color Harmonies of #F964EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F964EB

Black with #F964EB

Text Example


Text Example

White with #F964EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F964EB; }

 p { color: rgb(249,100,235); }

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

background-color css

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

 a { background-color: rgb(249,100,235); }

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

border-color css

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

 span { border-color: rgb(249,100,235); }

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