#F07793

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

Shades of Carissma #F07793

Tints of Carissma #F07793

Color information

#F07793 (or 0xF07793) is unknown color: approx Carissma. HEX triplet: F0, 77 and 93. RGB value is (240,119,147). Sum of RGB (Red+Green+Blue) = 240+119+147=506 (67% of max value = 765). Red value is 240 (94.14% from 255 or 47.43% from 506); Green value is 119 (46.88% from 255 or 23.52% from 506); Blue value is 147 (57.81% from 255 or 29.05% from 506); Max value from RGB is 240 - color contains mainly: red. Hex color #F07793 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F07793 is #0F886C. Grayscale: #9E9E9E. Windows color (decimal): -1017965 or 9664496. OLE color: 9664496.

HSL color Cylindrical-coordinate representation of color #F07793: hue angle of 346.12º degrees, saturation: 0.8, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F07793 is Cyan = 0, Magento = 0.50, Yellow = 0.39 and Black (K on CMYK) = 0.06.

Color convert

RGB240119147-
CMYK00.500.390.06
HSL346.12º80.13%70.39%-
HSV(B)346.12º50.42%94.12%-
XYZ47.833.8331.61-
YUV158.37121.59186.22-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 47.43%
GREEN value IS 119 (46.88% from 255) = 23.52%
BLUE value IS 147 (57.81% from 255) = 29.05%
R=47.43%
G=23.52%
B=29.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.39
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24011914700.500.390.06346.1280.1370.39
HexF0779303227615a5046
Octal360167223062476532120106
Binary11110000111011110010011011001010011111010101101010100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F07793

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F07793; }

 p { color: rgb(240,119,147); }

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

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

 a { background-color: rgb(240,119,147); }

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

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

 span { border-color: rgb(240,119,147); }

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