Html Css Color HEX #F963F6 Pink Flamingo

📋 copy color: '#F963F6'

red 249 ◦ green 99 ◦ blue 246

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

Shades of Pink Flamingo #F963F6

Tints of Pink Flamingo #F963F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 41.41%

R = 41.92%
G = 16.67%
B = 41.41%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.01

 K value IS 0.02

RGB Variations

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

Color information

#F963F6 (or 0xF963F6) is known color: Pink Flamingo. HEX triplet: F9, 63 and F6. RGB value is (249,99,246). Sum of RGB (Red+Green+Blue) = 249+99+246=594 (78% of max value = 765). Red value is 249 (97.66% from 255 or 41.92% from 594); Green value is 99 (39.06% from 255 or 16.67% from 594); Blue value is 246 (96.48% from 255 or 41.41% from 594); Max value from RGB is 249 - color contains mainly: red. Hex color #F963F6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F963F6 is #069C09. Grayscale: #A0A0A0. Windows color (decimal): -433162 or 16147449. OLE color: 16147449.

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

Color convert

RGB 249 99 246 -
CMYK 0 0.60 0.01 0.02
HSL 301.2º 0.93% 0.68% -
HSV(B) 301.2º 0.6% 0.98% -
XYZ 60.16 35.72 90.91 -
YUV 160.61 176.2 191.05 -
System Red Green Blue C M Y K H S L
Decimal 249 99 246 0 0.60 0.01 0.02 301.2 0.93 0.68
Hex F9 63 F6 0 3C 1 2 12D 5D 44
Octal 371 143 366 0 74 1 2 455 135 104
Binary 11111001 1100011 11110110 0 111100 1 10 100101101 1011101 1000100

Color Harmonies of #F963F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F963F6

Black with #F963F6

Text Example


Text Example

White with #F963F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F963F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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