Html Css Color HEX #FF9FC6 Carnation Pink

📋 copy color: '#FF9FC6'

red 255 ◦ green 159 ◦ blue 198

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

Shades of Carnation Pink #FF9FC6

Tints of Carnation Pink #FF9FC6

RGB

 RED value IS 255 (100% from 255) = 41.67%

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

 BLUE value IS 198 (77.73% from 255) = 32.35%

R = 41.67%
G = 25.98%
B = 32.35%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.22

 K value IS 0

RGB Variations

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

Color information

#FF9FC6 (or 0xFF9FC6) is known color: Carnation Pink. HEX triplet: FF, 9F and C6. RGB value is (255,159,198). Sum of RGB (Red+Green+Blue) = 255+159+198=612 (81% of max value = 765). Red value is 255 (100% from 255 or 41.67% from 612); Green value is 159 (62.5% from 255 or 25.98% from 612); Blue value is 198 (77.73% from 255 or 32.35% from 612); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9FC6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF9FC6 is #006039. Grayscale: #C0C0C0. Windows color (decimal): -24634 or 13017087. OLE color: 13017087.

HSL color Cylindrical-coordinate representation of color #FF9FC6: hue angle of 335.62º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FF9FC6 is Cyan = 0, Magento = 0.38, Yellow = 0.22 and Black (K on CMYK) = 0.

Color convert

RGB 255 159 198 -
CMYK 0 0.38 0.22 0
HSL 335.63º 1% 0.81% -
HSV(B) 335.63º 0.38% 1% -
XYZ 63.83 50.13 59.74 -
YUV 192.15 131.3 172.83 -
System Red Green Blue C M Y K H S L
Decimal 255 159 198 0 0.38 0.22 0 335.63 1 0.81
Hex FF 9F C6 0 26 16 0 150 64 51
Octal 377 237 306 0 46 26 0 520 144 121
Binary 11111111 10011111 11000110 0 100110 10110 0 101010000 1100100 1010001

Color Harmonies of #FF9FC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF9FC6

Black with #FF9FC6

Text Example


Text Example

White with #FF9FC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF9FC6; }

 p { color: rgb(255,159,198); }

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

background-color css

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

 a { background-color: rgb(255,159,198); }

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

border-color css

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

 span { border-color: rgb(255,159,198); }

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