Html Css Color HEX #F963FC Pink Flamingo

📋 copy color: '#F963FC'

red 249 ◦ green 99 ◦ blue 252

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

Shades of Pink Flamingo #F963FC

Tints of Pink Flamingo #F963FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 42%

R = 41.5%
G = 16.5%
B = 42%

CMYK

 C value IS 0.01

 M value IS 0.61

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F963FC (or 0xF963FC) is known color: Pink Flamingo. HEX triplet: F9, 63 and FC. RGB value is (249,99,252). Sum of RGB (Red+Green+Blue) = 249+99+252=600 (79% of max value = 765). Red value is 249 (97.66% from 255 or 41.5% from 600); Green value is 99 (39.06% from 255 or 16.5% from 600); Blue value is 252 (98.83% from 255 or 42% from 600); Max value from RGB is 252 - color contains mainly: blue. Hex color #F963FC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F963FC is #069C03. Grayscale: #A0A0A0. Windows color (decimal): -433156 or 16540665. OLE color: 16540665.

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

Color convert

RGB 249 99 252 -
CMYK 0.01 0.61 0 0.01
HSL 298.82º 0.96% 0.69% -
HSV(B) 298.82º 0.61% 0.99% -
XYZ 61.1 36.09 95.84 -
YUV 161.29 179.2 190.56 -
System Red Green Blue C M Y K H S L
Decimal 249 99 252 0.01 0.61 0 0.01 298.82 0.96 0.69
Hex F9 63 FC 1 3D 0 1 12B 60 45
Octal 371 143 374 1 75 0 1 453 140 105
Binary 11111001 1100011 11111100 1 111101 0 1 100101011 1100000 1000101

Color Harmonies of #F963FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F963FC

Black with #F963FC

Text Example


Text Example

White with #F963FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F963FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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