Html Css Color HEX #F962F7 Pink Flamingo

📋 copy color: '#F962F7'

red 249 ◦ green 98 ◦ blue 247

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

Shades of Pink Flamingo #F962F7

Tints of Pink Flamingo #F962F7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 41.58%

R = 41.92%
G = 16.5%
B = 41.58%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.01

 K value IS 0.02

RGB Variations

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

Color information

#F962F7 (or 0xF962F7) is known color: Pink Flamingo. HEX triplet: F9, 62 and F7. RGB value is (249,98,247). Sum of RGB (Red+Green+Blue) = 249+98+247=594 (78% of max value = 765). Red value is 249 (97.66% from 255 or 41.92% from 594); Green value is 98 (38.67% from 255 or 16.50% from 594); Blue value is 247 (96.88% from 255 or 41.58% from 594); Max value from RGB is 249 - color contains mainly: red. Hex color #F962F7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F962F7 is #069D08. Grayscale: #9F9F9F. Windows color (decimal): -433417 or 16212729. OLE color: 16212729.

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

Color convert

RGB 249 98 247 -
CMYK 0 0.61 0.01 0.02
HSL 300.79º 0.93% 0.68% -
HSV(B) 300.79º 0.61% 0.98% -
XYZ 60.22 35.59 91.69 -
YUV 160.14 177.03 191.38 -
System Red Green Blue C M Y K H S L
Decimal 249 98 247 0 0.61 0.01 0.02 300.79 0.93 0.68
Hex F9 62 F7 0 3D 1 2 12D 5D 44
Octal 371 142 367 0 75 1 2 455 135 104
Binary 11111001 1100010 11110111 0 111101 1 10 100101101 1011101 1000100

Color Harmonies of #F962F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F962F7

Black with #F962F7

Text Example


Text Example

White with #F962F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F962F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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