Html Css Color HEX #FF9FC2 Carnation Pink

📋 copy color: '#FF9FC2'

red 255 ◦ green 159 ◦ blue 194

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

Shades of Carnation Pink #FF9FC2

Tints of Carnation Pink #FF9FC2

RGB

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

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

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

R = 41.94%
G = 26.15%
B = 31.91%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.24

 K value IS 0

RGB Variations

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

Color information

#FF9FC2 (or 0xFF9FC2) is known color: Carnation Pink. HEX triplet: FF, 9F and C2. RGB value is (255,159,194). Sum of RGB (Red+Green+Blue) = 255+159+194=608 (80% of max value = 765). Red value is 255 (100% from 255 or 41.94% from 608); Green value is 159 (62.5% from 255 or 26.15% from 608); Blue value is 194 (76.17% from 255 or 31.91% from 608); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9FC2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF9FC2 is #00603D. Grayscale: #BFBFBF. Windows color (decimal): -24638 or 12754943. OLE color: 12754943.

HSL color Cylindrical-coordinate representation of color #FF9FC2: hue angle of 338.12º 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 #FF9FC2 is Cyan = 0, Magento = 0.38, Yellow = 0.24 and Black (K on CMYK) = 0.

Color convert

RGB 255 159 194 -
CMYK 0 0.38 0.24 0
HSL 338.13º 1% 0.81% -
HSV(B) 338.13º 0.38% 1% -
XYZ 63.38 49.95 57.34 -
YUV 191.69 129.3 173.15 -
System Red Green Blue C M Y K H S L
Decimal 255 159 194 0 0.38 0.24 0 338.13 1 0.81
Hex FF 9F C2 0 26 18 0 152 64 51
Octal 377 237 302 0 46 30 0 522 144 121
Binary 11111111 10011111 11000010 0 100110 11000 0 101010010 1100100 1010001

Color Harmonies of #FF9FC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF9FC2

Black with #FF9FC2

Text Example


Text Example

White with #FF9FC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF9FC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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