Html Css Color HEX #F962FA Pink Flamingo

📋 copy color: '#F962FA'

red 249 ◦ green 98 ◦ blue 250

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

Shades of Pink Flamingo #F962FA

Tints of Pink Flamingo #F962FA

RGB

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

 GREEN value IS 98 (38.67% from 255) = 16.42%

 BLUE value IS 250 (98.05% from 255) = 41.88%

R = 41.71%
G = 16.42%
B = 41.88%

CMYK

 C value IS 0.00

 M value IS 0.61

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F962FA (or 0xF962FA) is known color: Pink Flamingo. HEX triplet: F9, 62 and FA. RGB value is (249,98,250). Sum of RGB (Red+Green+Blue) = 249+98+250=597 (79% of max value = 765). Red value is 249 (97.66% from 255 or 41.71% from 597); Green value is 98 (38.67% from 255 or 16.42% from 597); Blue value is 250 (98.05% from 255 or 41.88% from 597); Max value from RGB is 250 - color contains mainly: blue. Hex color #F962FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F962FA is #069D05. Grayscale: #A0A0A0. Windows color (decimal): -433414 or 16409337. OLE color: 16409337.

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

Color convert

RGB 249 98 250 -
CMYK 0.00 0.61 0 0.02
HSL 299.61º 0.94% 0.68% -
HSV(B) 299.61º 0.61% 0.98% -
XYZ 60.69 35.78 94.15 -
YUV 160.48 178.53 191.14 -
System Red Green Blue C M Y K H S L
Decimal 249 98 250 0.00 0.61 0 0.02 299.61 0.94 0.68
Hex F9 62 FA 0 3D 0 2 12C 5E 44
Octal 371 142 372 0 75 0 2 454 136 104
Binary 11111001 1100010 11111010 0 111101 0 10 100101100 1011110 1000100

Color Harmonies of #F962FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F962FA

Black with #F962FA

Text Example


Text Example

White with #F962FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F962FA; }

 p { color: rgb(249,98,250); }

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

background-color css

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

 a { background-color: rgb(249,98,250); }

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

border-color css

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

 span { border-color: rgb(249,98,250); }

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