Html Css Color HEX #FF95CF Carnation Pink

📋 copy color: '#FF95CF'

red 255 ◦ green 149 ◦ blue 207

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

Shades of Carnation Pink #FF95CF

Tints of Carnation Pink #FF95CF

RGB

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

 GREEN value IS 149 (58.59% from 255) = 24.39%

 BLUE value IS 207 (81.25% from 255) = 33.88%

R = 41.73%
G = 24.39%
B = 33.88%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.19

 K value IS 0

RGB Variations

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

Color information

#FF95CF (or 0xFF95CF) is known color: Carnation Pink. HEX triplet: FF, 95 and CF. RGB value is (255,149,207). Sum of RGB (Red+Green+Blue) = 255+149+207=611 (80% of max value = 765). Red value is 255 (100% from 255 or 41.73% from 611); Green value is 149 (58.59% from 255 or 24.39% from 611); Blue value is 207 (81.25% from 255 or 33.88% from 611); Max value from RGB is 255 - color contains mainly: red. Hex color #FF95CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF95CF is #006A30. Grayscale: #BBBBBB. Windows color (decimal): -27185 or 13604351. OLE color: 13604351.

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

Color convert

RGB 255 149 207 -
CMYK 0 0.42 0.19 0
HSL 327.17º 1% 0.79% -
HSV(B) 327.17º 0.42% 1% -
XYZ 63.25 47.26 64.82 -
YUV 187.31 139.12 176.28 -
System Red Green Blue C M Y K H S L
Decimal 255 149 207 0 0.42 0.19 0 327.17 1 0.79
Hex FF 95 CF 0 2A 13 0 147 64 4F
Octal 377 225 317 0 52 23 0 507 144 117
Binary 11111111 10010101 11001111 0 101010 10011 0 101000111 1100100 1001111

Color Harmonies of #FF95CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF95CF

Black with #FF95CF

Text Example


Text Example

White with #FF95CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF95CF; }

 p { color: rgb(255,149,207); }

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

background-color css

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

 a { background-color: rgb(255,149,207); }

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

border-color css

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

 span { border-color: rgb(255,149,207); }

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