Html Css Color HEX #F963FD Pink Flamingo

📋 copy color: '#F963FD'

red 249 ◦ green 99 ◦ blue 253

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

Shades of Pink Flamingo #F963FD

Tints of Pink Flamingo #F963FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 42.1%

R = 41.43%
G = 16.47%
B = 42.1%

CMYK

 C value IS 0.02

 M value IS 0.61

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F963FD (or 0xF963FD) is known color: Pink Flamingo. HEX triplet: F9, 63 and FD. RGB value is (249,99,253). Sum of RGB (Red+Green+Blue) = 249+99+253=601 (79% of max value = 765). Red value is 249 (97.66% from 255 or 41.43% from 601); Green value is 99 (39.06% from 255 or 16.47% from 601); Blue value is 253 (99.22% from 255 or 42.10% from 601); Max value from RGB is 253 - color contains mainly: blue. Hex color #F963FD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F963FD is #069C02. Grayscale: #A0A0A0. Windows color (decimal): -433155 or 16606201. OLE color: 16606201.

HSL color Cylindrical-coordinate representation of color #F963FD: hue angle of 298.44º degrees, saturation: 0.97, 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 #F963FD is Cyan = 0.02, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 249 99 253 -
CMYK 0.02 0.61 0 0.01
HSL 298.44º 0.97% 0.69% -
HSV(B) 298.44º 0.61% 0.99% -
XYZ 61.26 36.16 96.68 -
YUV 161.41 179.7 190.48 -
System Red Green Blue C M Y K H S L
Decimal 249 99 253 0.02 0.61 0 0.01 298.44 0.97 0.69
Hex F9 63 FD 2 3D 0 1 12A 61 45
Octal 371 143 375 2 75 0 1 452 141 105
Binary 11111001 1100011 11111101 10 111101 0 1 100101010 1100001 1000101

Color Harmonies of #F963FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F963FD

Black with #F963FD

Text Example


Text Example

White with #F963FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F963FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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