Html Css Color HEX #F963FB Pink Flamingo

📋 copy color: '#F963FB'

red 249 ◦ green 99 ◦ blue 251

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

Shades of Pink Flamingo #F963FB

Tints of Pink Flamingo #F963FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 41.9%

R = 41.57%
G = 16.53%
B = 41.9%

CMYK

 C value IS 0.01

 M value IS 0.61

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F963FB (or 0xF963FB) is known color: Pink Flamingo. HEX triplet: F9, 63 and FB. RGB value is (249,99,251). Sum of RGB (Red+Green+Blue) = 249+99+251=599 (79% of max value = 765). Red value is 249 (97.66% from 255 or 41.57% from 599); Green value is 99 (39.06% from 255 or 16.53% from 599); Blue value is 251 (98.44% from 255 or 41.90% from 599); Max value from RGB is 251 - color contains mainly: blue. Hex color #F963FB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F963FB is #069C04. Grayscale: #A0A0A0. Windows color (decimal): -433157 or 16475129. OLE color: 16475129.

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

Color convert

RGB 249 99 251 -
CMYK 0.01 0.61 0 0.02
HSL 299.21º 0.95% 0.69% -
HSV(B) 299.21º 0.61% 0.98% -
XYZ 60.94 36.03 95.01 -
YUV 161.18 178.7 190.64 -
System Red Green Blue C M Y K H S L
Decimal 249 99 251 0.01 0.61 0 0.02 299.21 0.95 0.69
Hex F9 63 FB 1 3D 0 2 12B 5F 45
Octal 371 143 373 1 75 0 2 453 137 105
Binary 11111001 1100011 11111011 1 111101 0 10 100101011 1011111 1000101

Color Harmonies of #F963FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F963FB

Black with #F963FB

Text Example


Text Example

White with #F963FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F963FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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