#F07F9B

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

Shades of Carissma #F07F9B

Tints of Carissma #F07F9B

Color information

#F07F9B (or 0xF07F9B) is unknown color: approx Carissma. HEX triplet: F0, 7F and 9B. RGB value is (240,127,155). Sum of RGB (Red+Green+Blue) = 240+127+155=522 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.98% from 522); Green value is 127 (50% from 255 or 24.33% from 522); Blue value is 155 (60.94% from 255 or 29.69% from 522); Max value from RGB is 240 - color contains mainly: red. Hex color #F07F9B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F07F9B is #0F8064. Grayscale: #A3A3A3. Windows color (decimal): -1015909 or 10190832. OLE color: 10190832.

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

Color convert

RGB240127155-
CMYK00.470.350.06
HSL345.13º79.02%71.96%-
HSV(B)345.13º47.08%94.12%-
XYZ49.4436.0735.37-
YUV163.98122.94182.22-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 45.98%
GREEN value IS 127 (50% from 255) = 24.33%
BLUE value IS 155 (60.94% from 255) = 29.69%
R=45.98%
G=24.33%
B=29.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.35
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24012715500.470.350.06345.1379.0271.96
HexF07F9B02F2361594f48
Octal360177233057436531117110
Binary11110000111111110011011010111110001111010101100110011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F07F9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F07F9B; }

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

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

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

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

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

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

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

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