Html Css Color HEX #F963F0 Pink Flamingo

📋 copy color: '#F963F0'

red 249 ◦ green 99 ◦ blue 240

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

Shades of Pink Flamingo #F963F0

Tints of Pink Flamingo #F963F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 40.82%

R = 42.35%
G = 16.84%
B = 40.82%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.04

 K value IS 0.02

RGB Variations

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

Color information

#F963F0 (or 0xF963F0) is known color: Pink Flamingo. HEX triplet: F9, 63 and F0. RGB value is (249,99,240). Sum of RGB (Red+Green+Blue) = 249+99+240=588 (77% of max value = 765). Red value is 249 (97.66% from 255 or 42.35% from 588); Green value is 99 (39.06% from 255 or 16.84% from 588); Blue value is 240 (94.14% from 255 or 40.82% from 588); Max value from RGB is 249 - color contains mainly: red. Hex color #F963F0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F963F0 is #069C0F. Grayscale: #9F9F9F. Windows color (decimal): -433168 or 15754233. OLE color: 15754233.

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

Color convert

RGB 249 99 240 -
CMYK 0 0.60 0.04 0.02
HSL 303.6º 0.93% 0.68% -
HSV(B) 303.6º 0.6% 0.98% -
XYZ 59.26 35.35 86.14 -
YUV 159.92 173.2 191.54 -
System Red Green Blue C M Y K H S L
Decimal 249 99 240 0 0.60 0.04 0.02 303.6 0.93 0.68
Hex F9 63 F0 0 3C 4 2 130 5D 44
Octal 371 143 360 0 74 4 2 460 135 104
Binary 11111001 1100011 11110000 0 111100 100 10 100110000 1011101 1000100

Color Harmonies of #F963F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F963F0

Black with #F963F0

Text Example


Text Example

White with #F963F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F963F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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