#F07B8A

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

Shades of Carissma #F07B8A

Tints of Carissma #F07B8A

Color information

#F07B8A (or 0xF07B8A) is unknown color: approx Carissma. HEX triplet: F0, 7B and 8A. RGB value is (240,123,138). Sum of RGB (Red+Green+Blue) = 240+123+138=501 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.90% from 501); Green value is 123 (48.44% from 255 or 24.55% from 501); Blue value is 138 (54.30% from 255 or 27.54% from 501); Max value from RGB is 240 - color contains mainly: red. Hex color #F07B8A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F07B8A is #0F8475. Grayscale: #9F9F9F. Windows color (decimal): -1016950 or 9075696. OLE color: 9075696.

HSL color Cylindrical-coordinate representation of color #F07B8A: hue angle of 352.31º degrees, saturation: 0.8, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F07B8A is Cyan = 0, Magento = 0.49, Yellow = 0.42 and Black (K on CMYK) = 0.06.

Color convert

RGB240123138-
CMYK00.490.420.06
HSL352.31º79.59%71.18%-
HSV(B)352.31º48.75%94.12%-
XYZ47.6134.5328.2-
YUV159.69115.76185.28-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 47.90%
GREEN value IS 123 (48.44% from 255) = 24.55%
BLUE value IS 138 (54.30% from 255) = 27.54%
R=47.90%
G=24.55%
B=27.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.42
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24012313800.490.420.06352.3179.5971.18
HexF07B8A0312A61605047
Octal360173212061526540120107
Binary11110000111101110001010011000110101011010110000010100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F07B8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F07B8A; }

 p { color: rgb(240,123,138); }

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

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

 a { background-color: rgb(240,123,138); }

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

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

 span { border-color: rgb(240,123,138); }

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