Html Css Color HEX #F94CEE Pink Flamingo

📋 copy color: '#F94CEE'

red 249 ◦ green 76 ◦ blue 238

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

Shades of Pink Flamingo #F94CEE

Tints of Pink Flamingo #F94CEE

RGB

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

 GREEN value IS 76 (30.08% from 255) = 13.5%

 BLUE value IS 238 (93.36% from 255) = 42.27%

R = 44.23%
G = 13.5%
B = 42.27%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.04

 K value IS 0.02

RGB Variations

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

Color information

#F94CEE (or 0xF94CEE) is known color: Pink Flamingo. HEX triplet: F9, 4C and EE. RGB value is (249,76,238). Sum of RGB (Red+Green+Blue) = 249+76+238=563 (74% of max value = 765). Red value is 249 (97.66% from 255 or 44.23% from 563); Green value is 76 (30.08% from 255 or 13.50% from 563); Blue value is 238 (93.36% from 255 or 42.27% from 563); Max value from RGB is 249 - color contains mainly: red. Hex color #F94CEE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F94CEE is #06B311. Grayscale: #919191. Windows color (decimal): -439058 or 15617273. OLE color: 15617273.

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

Color convert

RGB 249 76 238 -
CMYK 0 0.69 0.04 0.02
HSL 303.82º 0.94% 0.64% -
HSV(B) 303.82º 0.69% 0.98% -
XYZ 57.08 31.48 83.96 -
YUV 146.2 179.81 201.33 -
System Red Green Blue C M Y K H S L
Decimal 249 76 238 0 0.69 0.04 0.02 303.82 0.94 0.64
Hex F9 4C EE 0 45 4 2 130 5E 40
Octal 371 114 356 0 105 4 2 460 136 100
Binary 11111001 1001100 11101110 0 1000101 100 10 100110000 1011110 1000000

Color Harmonies of #F94CEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F94CEE

Black with #F94CEE

Text Example


Text Example

White with #F94CEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F94CEE; }

 p { color: rgb(249,76,238); }

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

background-color css

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

 a { background-color: rgb(249,76,238); }

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

border-color css

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

 span { border-color: rgb(249,76,238); }

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