Html Css Color HEX #F99ABF Carnation Pink

📋 copy color: '#F99ABF'

red 249 ◦ green 154 ◦ blue 191

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

Shades of Carnation Pink #F99ABF

Tints of Carnation Pink #F99ABF

RGB

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

 GREEN value IS 154 (60.55% from 255) = 25.93%

 BLUE value IS 191 (75% from 255) = 32.15%

R = 41.92%
G = 25.93%
B = 32.15%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.23

 K value IS 0.02

RGB Variations

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

Color information

#F99ABF (or 0xF99ABF) is known color: Carnation Pink. HEX triplet: F9, 9A and BF. RGB value is (249,154,191). Sum of RGB (Red+Green+Blue) = 249+154+191=594 (78% of max value = 765). Red value is 249 (97.66% from 255 or 41.92% from 594); Green value is 154 (60.55% from 255 or 25.93% from 594); Blue value is 191 (75% from 255 or 32.15% from 594); Max value from RGB is 249 - color contains mainly: red. Hex color #F99ABF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F99ABF is #066540. Grayscale: #BABABA. Windows color (decimal): -419137 or 12557049. OLE color: 12557049.

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

Color convert

RGB 249 154 191 -
CMYK 0 0.38 0.23 0.02
HSL 336.63º 0.89% 0.79% -
HSV(B) 336.63º 0.38% 0.98% -
XYZ 60.03 47.01 55.2 -
YUV 186.62 130.47 172.49 -
System Red Green Blue C M Y K H S L
Decimal 249 154 191 0 0.38 0.23 0.02 336.63 0.89 0.79
Hex F9 9A BF 0 26 17 2 151 59 4F
Octal 371 232 277 0 46 27 2 521 131 117
Binary 11111001 10011010 10111111 0 100110 10111 10 101010001 1011001 1001111

Color Harmonies of #F99ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F99ABF

Black with #F99ABF

Text Example


Text Example

White with #F99ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F99ABF; }

 p { color: rgb(249,154,191); }

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

background-color css

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

 a { background-color: rgb(249,154,191); }

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

border-color css

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

 span { border-color: rgb(249,154,191); }

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