Html Css Color HEX #F962FF Pink Flamingo

📋 copy color: '#F962FF'

red 249 ◦ green 98 ◦ blue 255

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

Shades of Pink Flamingo #F962FF

Tints of Pink Flamingo #F962FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 42.36%

R = 41.36%
G = 16.28%
B = 42.36%

CMYK

 C value IS 0.02

 M value IS 0.62

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F962FF (or 0xF962FF) is known color: Pink Flamingo. HEX triplet: F9, 62 and FF. RGB value is (249,98,255). Sum of RGB (Red+Green+Blue) = 249+98+255=602 (79% of max value = 765). Red value is 249 (97.66% from 255 or 41.36% from 602); Green value is 98 (38.67% from 255 or 16.28% from 602); Blue value is 255 (100% from 255 or 42.36% from 602); Max value from RGB is 255 - color contains mainly: blue. Hex color #F962FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F962FF is #069D00. Grayscale: #A0A0A0. Windows color (decimal): -433409 or 16737017. OLE color: 16737017.

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

Color convert

RGB 249 98 255 -
CMYK 0.02 0.62 0 0
HSL 297.71º 1% 0.69% -
HSV(B) 297.71º 0.62% 1% -
XYZ 61.48 36.1 98.33 -
YUV 161.05 181.03 190.73 -
System Red Green Blue C M Y K H S L
Decimal 249 98 255 0.02 0.62 0 0 297.71 1 0.69
Hex F9 62 FF 2 3E 0 0 12A 64 45
Octal 371 142 377 2 76 0 0 452 144 105
Binary 11111001 1100010 11111111 10 111110 0 0 100101010 1100100 1000101

Color Harmonies of #F962FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F962FF

Black with #F962FF

Text Example


Text Example

White with #F962FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F962FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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