#F0719A

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

Shades of Carissma #F0719A

Tints of Carissma #F0719A

Color information

#F0719A (or 0xF0719A) is unknown color: approx Carissma. HEX triplet: F0, 71 and 9A. RGB value is (240,113,154). Sum of RGB (Red+Green+Blue) = 240+113+154=507 (67% of max value = 765). Red value is 240 (94.14% from 255 or 47.34% from 507); Green value is 113 (44.53% from 255 or 22.29% from 507); Blue value is 154 (60.55% from 255 or 30.37% from 507); Max value from RGB is 240 - color contains mainly: red. Hex color #F0719A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F0719A is #0F8E65. Grayscale: #9B9B9B. Windows color (decimal): -1019494 or 10121712. OLE color: 10121712.

HSL color Cylindrical-coordinate representation of color #F0719A: hue angle of 340.63º 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 #F0719A is Cyan = 0, Magento = 0.53, Yellow = 0.36 and Black (K on CMYK) = 0.06.

Color convert

RGB240113154-
CMYK00.530.360.06
HSL340.63º80.89%69.22%-
HSV(B)340.63º52.92%94.12%-
XYZ47.6732.6734.36-
YUV155.65127.08188.17-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 47.34%
GREEN value IS 113 (44.53% from 255) = 22.29%
BLUE value IS 154 (60.55% from 255) = 30.37%
R=47.34%
G=22.29%
B=30.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.36
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24011315400.530.360.06340.6380.8969.22
HexF0719A0352461555145
Octal360161232065446525121105
Binary11110000111000110011010011010110010011010101010110100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0719A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0719A; }

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

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

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

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

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

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

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

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