Html Css Color HEX #F962FE Pink Flamingo

📋 copy color: '#F962FE'

red 249 ◦ green 98 ◦ blue 254

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

Shades of Pink Flamingo #F962FE

Tints of Pink Flamingo #F962FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 42.26%

R = 41.43%
G = 16.31%
B = 42.26%

CMYK

 C value IS 0.02

 M value IS 0.61

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F962FE (or 0xF962FE) is known color: Pink Flamingo. HEX triplet: F9, 62 and FE. RGB value is (249,98,254). Sum of RGB (Red+Green+Blue) = 249+98+254=601 (79% of max value = 765). Red value is 249 (97.66% from 255 or 41.43% from 601); Green value is 98 (38.67% from 255 or 16.31% from 601); Blue value is 254 (99.61% from 255 or 42.26% from 601); Max value from RGB is 254 - color contains mainly: blue. Hex color #F962FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F962FE is #069D01. Grayscale: #A0A0A0. Windows color (decimal): -433410 or 16671481. OLE color: 16671481.

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

Color convert

RGB 249 98 254 -
CMYK 0.02 0.61 0 0.00
HSL 298.08º 0.99% 0.69% -
HSV(B) 298.08º 0.61% 1% -
XYZ 61.32 36.03 97.49 -
YUV 160.93 180.53 190.82 -
System Red Green Blue C M Y K H S L
Decimal 249 98 254 0.02 0.61 0 0.00 298.08 0.99 0.69
Hex F9 62 FE 2 3D 0 0 12A 63 45
Octal 371 142 376 2 75 0 0 452 143 105
Binary 11111001 1100010 11111110 10 111101 0 0 100101010 1100011 1000101

Color Harmonies of #F962FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F962FE

Black with #F962FE

Text Example


Text Example

White with #F962FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F962FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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