Html Css Color HEX #F967EC Pink Flamingo

📋 copy color: '#F967EC'

red 249 ◦ green 103 ◦ blue 236

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

Shades of Pink Flamingo #F967EC

Tints of Pink Flamingo #F967EC

RGB

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

 GREEN value IS 103 (40.63% from 255) = 17.52%

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

R = 42.35%
G = 17.52%
B = 40.14%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.05

 K value IS 0.02

RGB Variations

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

Color information

#F967EC (or 0xF967EC) is known color: Pink Flamingo. HEX triplet: F9, 67 and EC. RGB value is (249,103,236). Sum of RGB (Red+Green+Blue) = 249+103+236=588 (77% of max value = 765). Red value is 249 (97.66% from 255 or 42.35% from 588); Green value is 103 (40.62% from 255 or 17.52% from 588); Blue value is 236 (92.58% from 255 or 40.14% from 588); Max value from RGB is 249 - color contains mainly: red. Hex color #F967EC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F967EC is #069813. Grayscale: #A1A1A1. Windows color (decimal): -432148 or 15493113. OLE color: 15493113.

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

Color convert

RGB 249 103 236 -
CMYK 0 0.59 0.05 0.02
HSL 305.34º 0.92% 0.69% -
HSV(B) 305.34º 0.59% 0.98% -
XYZ 59.06 35.9 83.17 -
YUV 161.82 169.87 190.19 -
System Red Green Blue C M Y K H S L
Decimal 249 103 236 0 0.59 0.05 0.02 305.34 0.92 0.69
Hex F9 67 EC 0 3B 5 2 131 5C 45
Octal 371 147 354 0 73 5 2 461 134 105
Binary 11111001 1100111 11101100 0 111011 101 10 100110001 1011100 1000101

Color Harmonies of #F967EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F967EC

Black with #F967EC

Text Example


Text Example

White with #F967EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F967EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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