Html Css Color HEX #F99EC0 Carnation Pink

📋 copy color: '#F99EC0'

red 249 ◦ green 158 ◦ blue 192

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

Shades of Carnation Pink #F99EC0

Tints of Carnation Pink #F99EC0

RGB

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

 GREEN value IS 158 (62.11% from 255) = 26.38%

 BLUE value IS 192 (75.39% from 255) = 32.05%

R = 41.57%
G = 26.38%
B = 32.05%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.23

 K value IS 0.02

RGB Variations

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

Color information

#F99EC0 (or 0xF99EC0) is known color: Carnation Pink. HEX triplet: F9, 9E and C0. RGB value is (249,158,192). Sum of RGB (Red+Green+Blue) = 249+158+192=599 (79% of max value = 765). Red value is 249 (97.66% from 255 or 41.57% from 599); Green value is 158 (62.11% from 255 or 26.38% from 599); Blue value is 192 (75.39% from 255 or 32.05% from 599); Max value from RGB is 249 - color contains mainly: red. Hex color #F99EC0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F99EC0 is #06613F. Grayscale: #BDBDBD. Windows color (decimal): -418112 or 12623609. OLE color: 12623609.

HSL color Cylindrical-coordinate representation of color #F99EC0: hue angle of 337.58º degrees, saturation: 0.88, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F99EC0 is Cyan = 0, Magento = 0.37, Yellow = 0.23 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 158 192 -
CMYK 0 0.37 0.23 0.02
HSL 337.58º 0.88% 0.8% -
HSV(B) 337.58º 0.37% 0.98% -
XYZ 60.81 48.4 56.01 -
YUV 189.09 129.65 170.74 -
System Red Green Blue C M Y K H S L
Decimal 249 158 192 0 0.37 0.23 0.02 337.58 0.88 0.8
Hex F9 9E C0 0 25 17 2 152 58 50
Octal 371 236 300 0 45 27 2 522 130 120
Binary 11111001 10011110 11000000 0 100101 10111 10 101010010 1011000 1010000

Color Harmonies of #F99EC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F99EC0

Black with #F99EC0

Text Example


Text Example

White with #F99EC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F99EC0; }

 p { color: rgb(249,158,192); }

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

background-color css

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

 a { background-color: rgb(249,158,192); }

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

border-color css

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

 span { border-color: rgb(249,158,192); }

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