Html Css Color HEX #F963E8 Pink Flamingo

📋 copy color: '#F963E8'

red 249 ◦ green 99 ◦ blue 232

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

Shades of Pink Flamingo #F963E8

Tints of Pink Flamingo #F963E8

RGB

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

 GREEN value IS 99 (39.06% from 255) = 17.07%

 BLUE value IS 232 (91.02% from 255) = 40%

R = 42.93%
G = 17.07%
B = 40%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.07

 K value IS 0.02

RGB Variations

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

Color information

#F963E8 (or 0xF963E8) is known color: Pink Flamingo. HEX triplet: F9, 63 and E8. RGB value is (249,99,232). Sum of RGB (Red+Green+Blue) = 249+99+232=580 (76% of max value = 765). Red value is 249 (97.66% from 255 or 42.93% from 580); Green value is 99 (39.06% from 255 or 17.07% from 580); Blue value is 232 (91.02% from 255 or 40% from 580); Max value from RGB is 249 - color contains mainly: red. Hex color #F963E8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F963E8 is #069C17. Grayscale: #9E9E9E. Windows color (decimal): -433176 or 15229945. OLE color: 15229945.

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

Color convert

RGB 249 99 232 -
CMYK 0 0.60 0.07 0.02
HSL 306.8º 0.93% 0.68% -
HSV(B) 306.8º 0.6% 0.98% -
XYZ 58.09 34.89 80.02 -
YUV 159.01 169.2 192.19 -
System Red Green Blue C M Y K H S L
Decimal 249 99 232 0 0.60 0.07 0.02 306.8 0.93 0.68
Hex F9 63 E8 0 3C 7 2 133 5D 44
Octal 371 143 350 0 74 7 2 463 135 104
Binary 11111001 1100011 11101000 0 111100 111 10 100110011 1011101 1000100

Color Harmonies of #F963E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F963E8

Black with #F963E8

Text Example


Text Example

White with #F963E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F963E8; }

 p { color: rgb(249,99,232); }

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

background-color css

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

 a { background-color: rgb(249,99,232); }

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

border-color css

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

 span { border-color: rgb(249,99,232); }

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