#F07F90

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

Shades of Carissma #F07F90

Tints of Carissma #F07F90

Color information

#F07F90 (or 0xF07F90) is unknown color: approx Carissma. HEX triplet: F0, 7F and 90. RGB value is (240,127,144). Sum of RGB (Red+Green+Blue) = 240+127+144=511 (67% of max value = 765). Red value is 240 (94.14% from 255 or 46.97% from 511); Green value is 127 (50% from 255 or 24.85% from 511); Blue value is 144 (56.64% from 255 or 28.18% from 511); Max value from RGB is 240 - color contains mainly: red. Hex color #F07F90 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F07F90 is #0F806F. Grayscale: #A2A2A2. Windows color (decimal): -1015920 or 9469936. OLE color: 9469936.

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

Color convert

RGB240127144-
CMYK00.470.40.06
HSL350.97º79.02%71.96%-
HSV(B)350.97º47.08%94.12%-
XYZ48.5635.7230.72-
YUV162.72117.44183.12-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 46.97%
GREEN value IS 127 (50% from 255) = 24.85%
BLUE value IS 144 (56.64% from 255) = 28.18%
R=46.97%
G=24.85%
B=28.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.4
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24012714400.470.40.06350.9779.0271.96
HexF07F9002F28615f4f48
Octal360177220057506537117110
Binary11110000111111110010000010111110100011010101111110011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F07F90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F07F90; }

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

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

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

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

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

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

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

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