Html Css Color HEX #F962ED Pink Flamingo

📋 copy color: '#F962ED'

red 249 ◦ green 98 ◦ blue 237

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

Shades of Pink Flamingo #F962ED

Tints of Pink Flamingo #F962ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 40.58%

R = 42.64%
G = 16.78%
B = 40.58%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.05

 K value IS 0.02

RGB Variations

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

Color information

#F962ED (or 0xF962ED) is known color: Pink Flamingo. HEX triplet: F9, 62 and ED. RGB value is (249,98,237). Sum of RGB (Red+Green+Blue) = 249+98+237=584 (77% of max value = 765). Red value is 249 (97.66% from 255 or 42.64% from 584); Green value is 98 (38.67% from 255 or 16.78% from 584); Blue value is 237 (92.97% from 255 or 40.58% from 584); Max value from RGB is 249 - color contains mainly: red. Hex color #F962ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F962ED is #069D12. Grayscale: #9E9E9E. Windows color (decimal): -433427 or 15557369. OLE color: 15557369.

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

Color convert

RGB 249 98 237 -
CMYK 0 0.61 0.05 0.02
HSL 304.77º 0.93% 0.68% -
HSV(B) 304.77º 0.61% 0.98% -
XYZ 58.72 34.99 83.78 -
YUV 159 172.03 192.2 -
System Red Green Blue C M Y K H S L
Decimal 249 98 237 0 0.61 0.05 0.02 304.77 0.93 0.68
Hex F9 62 ED 0 3D 5 2 131 5D 44
Octal 371 142 355 0 75 5 2 461 135 104
Binary 11111001 1100010 11101101 0 111101 101 10 100110001 1011101 1000100

Color Harmonies of #F962ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F962ED

Black with #F962ED

Text Example


Text Example

White with #F962ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F962ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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