Html Css Color HEX #F1A5C4 Carnation Pink

📋 copy color: '#F1A5C4'

red 241 ◦ green 165 ◦ blue 196

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

Shades of Carnation Pink #F1A5C4

Tints of Carnation Pink #F1A5C4

RGB

 RED value IS 241 (94.53% from 255) = 40.03%

 GREEN value IS 165 (64.84% from 255) = 27.41%

 BLUE value IS 196 (76.95% from 255) = 32.56%

R = 40.03%
G = 27.41%
B = 32.56%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.19

 K value IS 0.05

RGB Variations

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

Color information

#F1A5C4 (or 0xF1A5C4) is known color: Carnation Pink. HEX triplet: F1, A5 and C4. RGB value is (241,165,196). Sum of RGB (Red+Green+Blue) = 241+165+196=602 (79% of max value = 765). Red value is 241 (94.53% from 255 or 40.03% from 602); Green value is 165 (64.84% from 255 or 27.41% from 602); Blue value is 196 (76.95% from 255 or 32.56% from 602); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A5C4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F1A5C4 is #0E5A3B. Grayscale: #BFBFBF. Windows color (decimal): -940604 or 12887537. OLE color: 12887537.

HSL color Cylindrical-coordinate representation of color #F1A5C4: hue angle of 335.53º degrees, saturation: 0.73, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #F1A5C4 is Cyan = 0, Magento = 0.32, Yellow = 0.19 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 165 196 -
CMYK 0 0.32 0.19 0.05
HSL 335.53º 0.73% 0.8% -
HSV(B) 335.53º 0.32% 0.95% -
XYZ 59.69 49.6 58.65 -
YUV 191.26 130.68 163.48 -
System Red Green Blue C M Y K H S L
Decimal 241 165 196 0 0.32 0.19 0.05 335.53 0.73 0.8
Hex F1 A5 C4 0 20 13 5 150 49 50
Octal 361 245 304 0 40 23 5 520 111 120
Binary 11110001 10100101 11000100 0 100000 10011 101 101010000 1001001 1010000

Color Harmonies of #F1A5C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1A5C4

Black with #F1A5C4

Text Example


Text Example

White with #F1A5C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1A5C4; }

 p { color: rgb(241,165,196); }

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

background-color css

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

 a { background-color: rgb(241,165,196); }

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

border-color css

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

 span { border-color: rgb(241,165,196); }

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