Html Css Color HEX #F99EC2 Carnation Pink

📋 copy color: '#F99EC2'

red 249 ◦ green 158 ◦ blue 194

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

Shades of Carnation Pink #F99EC2

Tints of Carnation Pink #F99EC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 32.28%

R = 41.43%
G = 26.29%
B = 32.28%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.22

 K value IS 0.02

RGB Variations

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

Color information

#F99EC2 (or 0xF99EC2) is known color: Carnation Pink. HEX triplet: F9, 9E and C2. RGB value is (249,158,194). Sum of RGB (Red+Green+Blue) = 249+158+194=601 (79% of max value = 765). Red value is 249 (97.66% from 255 or 41.43% from 601); Green value is 158 (62.11% from 255 or 26.29% from 601); Blue value is 194 (76.17% from 255 or 32.28% from 601); Max value from RGB is 249 - color contains mainly: red. Hex color #F99EC2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F99EC2 is #06613D. Grayscale: #BDBDBD. Windows color (decimal): -418110 or 12754681. OLE color: 12754681.

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

Color convert

RGB 249 158 194 -
CMYK 0 0.37 0.22 0.02
HSL 336.26º 0.88% 0.8% -
HSV(B) 336.26º 0.37% 0.98% -
XYZ 61.03 48.49 57.18 -
YUV 189.31 130.65 170.57 -
System Red Green Blue C M Y K H S L
Decimal 249 158 194 0 0.37 0.22 0.02 336.26 0.88 0.8
Hex F9 9E C2 0 25 16 2 150 58 50
Octal 371 236 302 0 45 26 2 520 130 120
Binary 11111001 10011110 11000010 0 100101 10110 10 101010000 1011000 1010000

Color Harmonies of #F99EC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F99EC2

Black with #F99EC2

Text Example


Text Example

White with #F99EC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F99EC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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