#F0719B

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

Shades of Carissma #F0719B

Tints of Carissma #F0719B

Color information

#F0719B (or 0xF0719B) is unknown color: approx Carissma. HEX triplet: F0, 71 and 9B. RGB value is (240,113,155). Sum of RGB (Red+Green+Blue) = 240+113+155=508 (67% of max value = 765). Red value is 240 (94.14% from 255 or 47.24% from 508); Green value is 113 (44.53% from 255 or 22.24% from 508); Blue value is 155 (60.94% from 255 or 30.51% from 508); Max value from RGB is 240 - color contains mainly: red. Hex color #F0719B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F0719B is #0F8E64. Grayscale: #9B9B9B. Windows color (decimal): -1019493 or 10187248. OLE color: 10187248.

HSL color Cylindrical-coordinate representation of color #F0719B: hue angle of 340.16º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F0719B is Cyan = 0, Magento = 0.53, Yellow = 0.35 and Black (K on CMYK) = 0.06.

Color convert

RGB240113155-
CMYK00.530.350.06
HSL340.16º80.89%69.22%-
HSV(B)340.16º52.92%94.12%-
XYZ47.7632.734.81-
YUV155.76127.58188.08-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 47.24%
GREEN value IS 113 (44.53% from 255) = 22.24%
BLUE value IS 155 (60.94% from 255) = 30.51%
R=47.24%
G=22.24%
B=30.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.35
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24011315500.530.350.06340.1680.8969.22
HexF0719B0352361545145
Octal360161233065436524121105
Binary11110000111000110011011011010110001111010101010010100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0719B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0719B; }

 p { color: rgb(240,113,155); }

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

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

 a { background-color: rgb(240,113,155); }

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

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

 span { border-color: rgb(240,113,155); }

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