#F27E94

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

Shades of Carissma #F27E94

Tints of Carissma #F27E94

Color information

#F27E94 (or 0xF27E94) is unknown color: approx Carissma. HEX triplet: F2, 7E and 94. RGB value is (242,126,148). Sum of RGB (Red+Green+Blue) = 242+126+148=516 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.90% from 516); Green value is 126 (49.61% from 255 or 24.42% from 516); Blue value is 148 (58.20% from 255 or 28.68% from 516); Max value from RGB is 242 - color contains mainly: red. Hex color #F27E94 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F27E94 is #0D816B. Grayscale: #A3A3A3. Windows color (decimal): -885100 or 9731826. OLE color: 9731826.

HSL color Cylindrical-coordinate representation of color #F27E94: hue angle of 348.62º 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 #F27E94 is Cyan = 0, Magento = 0.48, Yellow = 0.39 and Black (K on CMYK) = 0.05.

Color convert

RGB242126148-
CMYK00.480.390.05
HSL348.62º81.69%72.16%-
HSV(B)348.62º47.93%94.9%-
XYZ49.4235.9432.35-
YUV163.19119.43184.21-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 46.90%
GREEN value IS 126 (49.61% from 255) = 24.42%
BLUE value IS 148 (58.20% from 255) = 28.68%
R=46.90%
G=24.42%
B=28.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.39
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24212614800.480.390.05348.6281.6972.16
HexF27E9403027515d5248
Octal362176224060475535122110
Binary11110010111111010010100011000010011110110101110110100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F27E94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F27E94; }

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

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

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

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

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

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

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

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