#F27298

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

Shades of Carissma #F27298

Tints of Carissma #F27298

Color information

#F27298 (or 0xF27298) is unknown color: approx Carissma. HEX triplet: F2, 72 and 98. RGB value is (242,114,152). Sum of RGB (Red+Green+Blue) = 242+114+152=508 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.64% from 508); Green value is 114 (44.92% from 255 or 22.44% from 508); Blue value is 152 (59.77% from 255 or 29.92% from 508); Max value from RGB is 242 - color contains mainly: red. Hex color #F27298 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F27298 is #0D8D67. Grayscale: #9C9C9C. Windows color (decimal): -888168 or 9990898. OLE color: 9990898.

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

Color convert

RGB242114152-
CMYK00.530.370.05
HSL342.19º83.12%69.8%-
HSV(B)342.19º52.89%94.9%-
XYZ48.333.1833.56-
YUV156.6125.41188.91-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 47.64%
GREEN value IS 114 (44.92% from 255) = 22.44%
BLUE value IS 152 (59.77% from 255) = 29.92%
R=47.64%
G=22.44%
B=29.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.37
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24211415200.530.370.05342.1983.1269.8
HexF272980352551565346
Octal362162230065455526123106
Binary11110010111001010011000011010110010110110101011010100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F27298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F27298; }

 p { color: rgb(242,114,152); }

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

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

 a { background-color: rgb(242,114,152); }

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

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

 span { border-color: rgb(242,114,152); }

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