Html Css Color HEX #FF94C1 Carnation Pink

📋 copy color: '#FF94C1'

red 255 ◦ green 148 ◦ blue 193

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

Shades of Carnation Pink #FF94C1

Tints of Carnation Pink #FF94C1

RGB

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

 GREEN value IS 148 (58.2% from 255) = 24.83%

 BLUE value IS 193 (75.78% from 255) = 32.38%

R = 42.79%
G = 24.83%
B = 32.38%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.24

 K value IS 0

RGB Variations

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

Color information

#FF94C1 (or 0xFF94C1) is known color: Carnation Pink. HEX triplet: FF, 94 and C1. RGB value is (255,148,193). Sum of RGB (Red+Green+Blue) = 255+148+193=596 (78% of max value = 765). Red value is 255 (100% from 255 or 42.79% from 596); Green value is 148 (58.20% from 255 or 24.83% from 596); Blue value is 193 (75.78% from 255 or 32.38% from 596); Max value from RGB is 255 - color contains mainly: red. Hex color #FF94C1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF94C1 is #006B3E. Grayscale: #B9B9B9. Windows color (decimal): -27455 or 12686591. OLE color: 12686591.

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

Color convert

RGB 255 148 193 -
CMYK 0 0.42 0.24 0
HSL 334.77º 1% 0.79% -
HSV(B) 334.77º 0.42% 1% -
XYZ 61.46 46.29 56.15 -
YUV 185.12 132.45 177.84 -
System Red Green Blue C M Y K H S L
Decimal 255 148 193 0 0.42 0.24 0 334.77 1 0.79
Hex FF 94 C1 0 2A 18 0 14F 64 4F
Octal 377 224 301 0 52 30 0 517 144 117
Binary 11111111 10010100 11000001 0 101010 11000 0 101001111 1100100 1001111

Color Harmonies of #FF94C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF94C1

Black with #FF94C1

Text Example


Text Example

White with #FF94C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF94C1; }

 p { color: rgb(255,148,193); }

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

background-color css

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

 a { background-color: rgb(255,148,193); }

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

border-color css

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

 span { border-color: rgb(255,148,193); }

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