Html Css Color HEX #F968EA Pink Flamingo

📋 copy color: '#F968EA'

red 249 ◦ green 104 ◦ blue 234

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

Shades of Pink Flamingo #F968EA

Tints of Pink Flamingo #F968EA

RGB

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

 GREEN value IS 104 (41.02% from 255) = 17.72%

 BLUE value IS 234 (91.8% from 255) = 39.86%

R = 42.42%
G = 17.72%
B = 39.86%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.06

 K value IS 0.02

RGB Variations

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

Color information

#F968EA (or 0xF968EA) is known color: Pink Flamingo. HEX triplet: F9, 68 and EA. RGB value is (249,104,234). Sum of RGB (Red+Green+Blue) = 249+104+234=587 (77% of max value = 765). Red value is 249 (97.66% from 255 or 42.42% from 587); Green value is 104 (41.02% from 255 or 17.72% from 587); Blue value is 234 (91.80% from 255 or 39.86% from 587); Max value from RGB is 249 - color contains mainly: red. Hex color #F968EA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F968EA is #069715. Grayscale: #A1A1A1. Windows color (decimal): -431894 or 15362297. OLE color: 15362297.

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

Color convert

RGB 249 104 234 -
CMYK 0 0.58 0.06 0.02
HSL 306.21º 0.92% 0.69% -
HSV(B) 306.21º 0.58% 0.98% -
XYZ 58.87 35.98 81.68 -
YUV 162.18 168.54 189.93 -
System Red Green Blue C M Y K H S L
Decimal 249 104 234 0 0.58 0.06 0.02 306.21 0.92 0.69
Hex F9 68 EA 0 3A 6 2 132 5C 45
Octal 371 150 352 0 72 6 2 462 134 105
Binary 11111001 1101000 11101010 0 111010 110 10 100110010 1011100 1000101

Color Harmonies of #F968EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F968EA

Black with #F968EA

Text Example


Text Example

White with #F968EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F968EA; }

 p { color: rgb(249,104,234); }

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

background-color css

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

 a { background-color: rgb(249,104,234); }

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

border-color css

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

 span { border-color: rgb(249,104,234); }

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