Html Css Color HEX #F94BED Pink Flamingo

📋 copy color: '#F94BED'

red 249 ◦ green 75 ◦ blue 237

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

Shades of Pink Flamingo #F94BED

Tints of Pink Flamingo #F94BED

RGB

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

 GREEN value IS 75 (29.69% from 255) = 13.37%

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

R = 44.39%
G = 13.37%
B = 42.25%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.05

 K value IS 0.02

RGB Variations

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

Color information

#F94BED (or 0xF94BED) is known color: Pink Flamingo. HEX triplet: F9, 4B and ED. RGB value is (249,75,237). Sum of RGB (Red+Green+Blue) = 249+75+237=561 (74% of max value = 765). Red value is 249 (97.66% from 255 or 44.39% from 561); Green value is 75 (29.69% from 255 or 13.37% from 561); Blue value is 237 (92.97% from 255 or 42.25% from 561); Max value from RGB is 249 - color contains mainly: red. Hex color #F94BED is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F94BED is #06B412. Grayscale: #919191. Windows color (decimal): -439315 or 15551481. OLE color: 15551481.

HSL color Cylindrical-coordinate representation of color #F94BED: hue angle of 304.14º degrees, saturation: 0.94, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F94BED is Cyan = 0, Magento = 0.70, Yellow = 0.05 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 75 237 -
CMYK 0 0.70 0.05 0.02
HSL 304.14º 0.94% 0.64% -
HSV(B) 304.14º 0.7% 0.98% -
XYZ 56.87 31.29 83.16 -
YUV 145.49 179.65 201.83 -
System Red Green Blue C M Y K H S L
Decimal 249 75 237 0 0.70 0.05 0.02 304.14 0.94 0.64
Hex F9 4B ED 0 46 5 2 130 5E 40
Octal 371 113 355 0 106 5 2 460 136 100
Binary 11111001 1001011 11101101 0 1000110 101 10 100110000 1011110 1000000

Color Harmonies of #F94BED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F94BED

Black with #F94BED

Text Example


Text Example

White with #F94BED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F94BED; }

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

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

background-color css

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

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

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

border-color css

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

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

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