#F27394

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

Shades of Carissma #F27394

Tints of Carissma #F27394

Color information

#F27394 (or 0xF27394) is unknown color: approx Carissma. HEX triplet: F2, 73 and 94. RGB value is (242,115,148). Sum of RGB (Red+Green+Blue) = 242+115+148=505 (66% of max value = 765). Red value is 242 (94.92% from 255 or 47.92% from 505); Green value is 115 (45.31% from 255 or 22.77% from 505); Blue value is 148 (58.20% from 255 or 29.31% from 505); Max value from RGB is 242 - color contains mainly: red. Hex color #F27394 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F27394 is #0D8C6B. Grayscale: #9C9C9C. Windows color (decimal): -887916 or 9729010. OLE color: 9729010.

HSL color Cylindrical-coordinate representation of color #F27394: hue angle of 344.41º degrees, saturation: 0.83, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F27394 is Cyan = 0, Magento = 0.52, Yellow = 0.39 and Black (K on CMYK) = 0.05.

Color convert

RGB242115148-
CMYK00.520.390.05
HSL344.41º83.01%70%-
HSV(B)344.41º52.48%94.9%-
XYZ48.0933.2831.91-
YUV156.74123.08188.82-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 47.92%
GREEN value IS 115 (45.31% from 255) = 22.77%
BLUE value IS 148 (58.20% from 255) = 29.31%
R=47.92%
G=22.77%
B=29.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.39
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24211514800.520.390.05344.4183.0170
HexF273940342751585346
Octal362163224064475530123106
Binary11110010111001110010100011010010011110110101100010100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F27394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F27394; }

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

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

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

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

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

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

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

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