Html Css Color HEX #F89FC0 Carnation Pink

📋 copy color: '#F89FC0'

red 248 ◦ green 159 ◦ blue 192

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

Shades of Carnation Pink #F89FC0

Tints of Carnation Pink #F89FC0

RGB

 RED value IS 248 (97.27% from 255) = 41.4%

 GREEN value IS 159 (62.5% from 255) = 26.54%

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

R = 41.4%
G = 26.54%
B = 32.05%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.23

 K value IS 0.03

RGB Variations

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

Color information

#F89FC0 (or 0xF89FC0) is known color: Carnation Pink. HEX triplet: F8, 9F and C0. RGB value is (248,159,192). Sum of RGB (Red+Green+Blue) = 248+159+192=599 (79% of max value = 765). Red value is 248 (97.27% from 255 or 41.40% from 599); Green value is 159 (62.5% from 255 or 26.54% from 599); Blue value is 192 (75.39% from 255 or 32.05% from 599); Max value from RGB is 248 - color contains mainly: red. Hex color #F89FC0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F89FC0 is #07603F. Grayscale: #BDBDBD. Windows color (decimal): -483392 or 12623864. OLE color: 12623864.

HSL color Cylindrical-coordinate representation of color #F89FC0: hue angle of 337.75º degrees, saturation: 0.86, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F89FC0 is Cyan = 0, Magento = 0.36, Yellow = 0.23 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 159 192 -
CMYK 0 0.36 0.23 0.03
HSL 337.75º 0.86% 0.8% -
HSV(B) 337.75º 0.36% 0.97% -
XYZ 60.62 48.56 56.05 -
YUV 189.37 129.49 169.82 -
System Red Green Blue C M Y K H S L
Decimal 248 159 192 0 0.36 0.23 0.03 337.75 0.86 0.8
Hex F8 9F C0 0 24 17 3 152 56 50
Octal 370 237 300 0 44 27 3 522 126 120
Binary 11111000 10011111 11000000 0 100100 10111 11 101010010 1010110 1010000

Color Harmonies of #F89FC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F89FC0

Black with #F89FC0

Text Example


Text Example

White with #F89FC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F89FC0; }

 p { color: rgb(248,159,192); }

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

background-color css

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

 a { background-color: rgb(248,159,192); }

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

border-color css

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

 span { border-color: rgb(248,159,192); }

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