Html Css Color HEX #F963ED Pink Flamingo

📋 copy color: '#F963ED'

red 249 ◦ green 99 ◦ blue 237

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

Shades of Pink Flamingo #F963ED

Tints of Pink Flamingo #F963ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 40.51%

R = 42.56%
G = 16.92%
B = 40.51%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.05

 K value IS 0.02

RGB Variations

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

Color information

#F963ED (or 0xF963ED) is known color: Pink Flamingo. HEX triplet: F9, 63 and ED. RGB value is (249,99,237). Sum of RGB (Red+Green+Blue) = 249+99+237=585 (77% of max value = 765). Red value is 249 (97.66% from 255 or 42.56% from 585); Green value is 99 (39.06% from 255 or 16.92% from 585); Blue value is 237 (92.97% from 255 or 40.51% from 585); Max value from RGB is 249 - color contains mainly: red. Hex color #F963ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F963ED is #069C12. Grayscale: #9F9F9F. Windows color (decimal): -433171 or 15557625. OLE color: 15557625.

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

Color convert

RGB 249 99 237 -
CMYK 0 0.60 0.05 0.02
HSL 304.8º 0.93% 0.68% -
HSV(B) 304.8º 0.6% 0.98% -
XYZ 58.81 35.18 83.81 -
YUV 159.58 171.7 191.78 -
System Red Green Blue C M Y K H S L
Decimal 249 99 237 0 0.60 0.05 0.02 304.8 0.93 0.68
Hex F9 63 ED 0 3C 5 2 131 5D 44
Octal 371 143 355 0 74 5 2 461 135 104
Binary 11111001 1100011 11101101 0 111100 101 10 100110001 1011101 1000100

Color Harmonies of #F963ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F963ED

Black with #F963ED

Text Example


Text Example

White with #F963ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F963ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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