Html Css Color HEX #F969EC Pink Flamingo

📋 copy color: '#F969EC'

red 249 ◦ green 105 ◦ blue 236

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

Shades of Pink Flamingo #F969EC

Tints of Pink Flamingo #F969EC

RGB

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

 GREEN value IS 105 (41.41% from 255) = 17.8%

 BLUE value IS 236 (92.58% from 255) = 40%

R = 42.2%
G = 17.8%
B = 40%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.05

 K value IS 0.02

RGB Variations

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

Color information

#F969EC (or 0xF969EC) is known color: Pink Flamingo. HEX triplet: F9, 69 and EC. RGB value is (249,105,236). Sum of RGB (Red+Green+Blue) = 249+105+236=590 (78% of max value = 765). Red value is 249 (97.66% from 255 or 42.20% from 590); Green value is 105 (41.41% from 255 or 17.80% from 590); Blue value is 236 (92.58% from 255 or 40% from 590); Max value from RGB is 249 - color contains mainly: red. Hex color #F969EC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F969EC is #069613. Grayscale: #A2A2A2. Windows color (decimal): -431636 or 15493625. OLE color: 15493625.

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

Color convert

RGB 249 105 236 -
CMYK 0 0.58 0.05 0.02
HSL 305.42º 0.92% 0.69% -
HSV(B) 305.42º 0.58% 0.98% -
XYZ 59.26 36.3 83.24 -
YUV 162.99 169.21 189.35 -
System Red Green Blue C M Y K H S L
Decimal 249 105 236 0 0.58 0.05 0.02 305.42 0.92 0.69
Hex F9 69 EC 0 3A 5 2 131 5C 45
Octal 371 151 354 0 72 5 2 461 134 105
Binary 11111001 1101001 11101100 0 111010 101 10 100110001 1011100 1000101

Color Harmonies of #F969EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F969EC

Black with #F969EC

Text Example


Text Example

White with #F969EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F969EC; }

 p { color: rgb(249,105,236); }

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

background-color css

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

 a { background-color: rgb(249,105,236); }

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

border-color css

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

 span { border-color: rgb(249,105,236); }

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