Html Css Color HEX #F967EF Pink Flamingo

📋 copy color: '#F967EF'

red 249 ◦ green 103 ◦ blue 239

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

Shades of Pink Flamingo #F967EF

Tints of Pink Flamingo #F967EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 40.44%

R = 42.13%
G = 17.43%
B = 40.44%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.04

 K value IS 0.02

RGB Variations

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

Color information

#F967EF (or 0xF967EF) is known color: Pink Flamingo. HEX triplet: F9, 67 and EF. RGB value is (249,103,239). Sum of RGB (Red+Green+Blue) = 249+103+239=591 (78% of max value = 765). Red value is 249 (97.66% from 255 or 42.13% from 591); Green value is 103 (40.62% from 255 or 17.43% from 591); Blue value is 239 (93.75% from 255 or 40.44% from 591); Max value from RGB is 249 - color contains mainly: red. Hex color #F967EF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F967EF is #069810. Grayscale: #A1A1A1. Windows color (decimal): -432145 or 15689721. OLE color: 15689721.

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

Color convert

RGB 249 103 239 -
CMYK 0 0.59 0.04 0.02
HSL 304.11º 0.92% 0.69% -
HSV(B) 304.11º 0.59% 0.98% -
XYZ 59.5 36.07 85.49 -
YUV 162.16 171.37 189.94 -
System Red Green Blue C M Y K H S L
Decimal 249 103 239 0 0.59 0.04 0.02 304.11 0.92 0.69
Hex F9 67 EF 0 3B 4 2 130 5C 45
Octal 371 147 357 0 73 4 2 460 134 105
Binary 11111001 1100111 11101111 0 111011 100 10 100110000 1011100 1000101

Color Harmonies of #F967EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F967EF

Black with #F967EF

Text Example


Text Example

White with #F967EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F967EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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