#F07F92

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

Shades of Carissma #F07F92

Tints of Carissma #F07F92

Color information

#F07F92 (or 0xF07F92) is unknown color: approx Carissma. HEX triplet: F0, 7F and 92. RGB value is (240,127,146). Sum of RGB (Red+Green+Blue) = 240+127+146=513 (67% of max value = 765). Red value is 240 (94.14% from 255 or 46.78% from 513); Green value is 127 (50% from 255 or 24.76% from 513); Blue value is 146 (57.42% from 255 or 28.46% from 513); Max value from RGB is 240 - color contains mainly: red. Hex color #F07F92 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F07F92 is #0F806D. Grayscale: #A2A2A2. Windows color (decimal): -1015918 or 9601008. OLE color: 9601008.

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

Color convert

RGB240127146-
CMYK00.470.390.06
HSL349.91º79.02%71.96%-
HSV(B)349.91º47.08%94.12%-
XYZ48.7135.7831.53-
YUV162.95118.44182.96-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 46.78%
GREEN value IS 127 (50% from 255) = 24.76%
BLUE value IS 146 (57.42% from 255) = 28.46%
R=46.78%
G=24.76%
B=28.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.39
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24012714600.470.390.06349.9179.0271.96
HexF07F9202F27615e4f48
Octal360177222057476536117110
Binary11110000111111110010010010111110011111010101111010011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F07F92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F07F92; }

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

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

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

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

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

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

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

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