#F27D90

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

Shades of Carissma #F27D90

Tints of Carissma #F27D90

Color information

#F27D90 (or 0xF27D90) is unknown color: approx Carissma. HEX triplet: F2, 7D and 90. RGB value is (242,125,144). Sum of RGB (Red+Green+Blue) = 242+125+144=511 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.36% from 511); Green value is 125 (49.22% from 255 or 24.46% from 511); Blue value is 144 (56.64% from 255 or 28.18% from 511); Max value from RGB is 242 - color contains mainly: red. Hex color #F27D90 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F27D90 is #0D826F. Grayscale: #A2A2A2. Windows color (decimal): -885360 or 9469426. OLE color: 9469426.

HSL color Cylindrical-coordinate representation of color #F27D90: hue angle of 350.26º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F27D90 is Cyan = 0, Magento = 0.48, Yellow = 0.40 and Black (K on CMYK) = 0.05.

Color convert

RGB242125144-
CMYK00.480.400.05
HSL350.26º81.82%71.96%-
HSV(B)350.26º48.35%94.9%-
XYZ48.9935.5630.67-
YUV162.15117.76184.96-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 47.36%
GREEN value IS 125 (49.22% from 255) = 24.46%
BLUE value IS 144 (56.64% from 255) = 28.18%
R=47.36%
G=24.46%
B=28.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.40
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24212514400.480.400.05350.2681.8271.96
HexF27D9003028515e5248
Octal362175220060505536122110
Binary11110010111110110010000011000010100010110101111010100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F27D90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F27D90; }

 p { color: rgb(242,125,144); }

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

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

 a { background-color: rgb(242,125,144); }

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

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

 span { border-color: rgb(242,125,144); }

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