#F27E8C

Color #F27E8C Carissma (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Carissma #F27E8C

Tints of Carissma #F27E8C

Color information

#F27E8C (or 0xF27E8C) is unknown color: approx Carissma. HEX triplet: F2, 7E and 8C. RGB value is (242,126,140). Sum of RGB (Red+Green+Blue) = 242+126+140=508 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.64% from 508); Green value is 126 (49.61% from 255 or 24.80% from 508); Blue value is 140 (55.08% from 255 or 27.56% from 508); Max value from RGB is 242 - color contains mainly: red. Hex color #F27E8C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F27E8C is #0D8173. Grayscale: #A2A2A2. Windows color (decimal): -885108 or 9207538. OLE color: 9207538.

HSL color Cylindrical-coordinate representation of color #F27E8C: hue angle of 352.76º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F27E8C is Cyan = 0, Magento = 0.48, Yellow = 0.42 and Black (K on CMYK) = 0.05.

Color convert

RGB242126140-
CMYK00.480.420.05
HSL352.76º81.69%72.16%-
HSV(B)352.76º47.93%94.9%-
XYZ48.8135.6929.13-
YUV162.28115.43184.86-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 47.64%
GREEN value IS 126 (49.61% from 255) = 24.80%
BLUE value IS 140 (55.08% from 255) = 27.56%
R=47.64%
G=24.80%
B=27.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.42
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24212614000.480.420.05352.7681.6972.16
HexF27E8C0302A51615248
Octal362176214060525541122110
Binary11110010111111010001100011000010101010110110000110100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F27E8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F27E8C; }

 p { color: rgb(242,126,140); }

 H1.HeaderClassName
 {
   color: #F27E8C;
 }
 .AnyTagClassName
 {
   color: #F27E8C;
 }
</style>
background-color css

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

 a { background-color: rgb(242,126,140); }

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

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

 span { border-color: rgb(242,126,140); }

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