Html Css Color HEX #F963FF Pink Flamingo

📋 copy color: '#F963FF'

red 249 ◦ green 99 ◦ blue 255

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

Shades of Pink Flamingo #F963FF

Tints of Pink Flamingo #F963FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 42.29%

R = 41.29%
G = 16.42%
B = 42.29%

CMYK

 C value IS 0.02

 M value IS 0.61

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F963FF (or 0xF963FF) is known color: Pink Flamingo. HEX triplet: F9, 63 and FF. RGB value is (249,99,255). Sum of RGB (Red+Green+Blue) = 249+99+255=603 (79% of max value = 765). Red value is 249 (97.66% from 255 or 41.29% from 603); Green value is 99 (39.06% from 255 or 16.42% from 603); Blue value is 255 (100% from 255 or 42.29% from 603); Max value from RGB is 255 - color contains mainly: blue. Hex color #F963FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F963FF is #069C00. Grayscale: #A1A1A1. Windows color (decimal): -433153 or 16737273. OLE color: 16737273.

HSL color Cylindrical-coordinate representation of color #F963FF: hue angle of 297.69º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F963FF is Cyan = 0.02, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 249 99 255 -
CMYK 0.02 0.61 0 0
HSL 297.69º 1% 0.69% -
HSV(B) 297.69º 0.61% 1% -
XYZ 61.58 36.28 98.37 -
YUV 161.63 180.7 190.32 -
System Red Green Blue C M Y K H S L
Decimal 249 99 255 0.02 0.61 0 0 297.69 1 0.69
Hex F9 63 FF 2 3D 0 0 12A 64 45
Octal 371 143 377 2 75 0 0 452 144 105
Binary 11111001 1100011 11111111 10 111101 0 0 100101010 1100100 1000101

Color Harmonies of #F963FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F963FF

Black with #F963FF

Text Example


Text Example

White with #F963FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F963FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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