#F27D9A

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

Shades of Carissma #F27D9A

Tints of Carissma #F27D9A

Color information

#F27D9A (or 0xF27D9A) is unknown color: approx Carissma. HEX triplet: F2, 7D and 9A. RGB value is (242,125,154). Sum of RGB (Red+Green+Blue) = 242+125+154=521 (69% of max value = 765). Red value is 242 (94.92% from 255 or 46.45% from 521); Green value is 125 (49.22% from 255 or 23.99% from 521); Blue value is 154 (60.55% from 255 or 29.56% from 521); Max value from RGB is 242 - color contains mainly: red. Hex color #F27D9A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F27D9A is #0D8265. Grayscale: #A3A3A3. Windows color (decimal): -885350 or 10124786. OLE color: 10124786.

HSL color Cylindrical-coordinate representation of color #F27D9A: hue angle of 345.13º 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 #F27D9A is Cyan = 0, Magento = 0.48, Yellow = 0.36 and Black (K on CMYK) = 0.05.

Color convert

RGB242125154-
CMYK00.480.360.05
HSL345.13º81.82%71.96%-
HSV(B)345.13º48.35%94.9%-
XYZ49.7835.8834.87-
YUV163.29122.76184.14-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 46.45%
GREEN value IS 125 (49.22% from 255) = 23.99%
BLUE value IS 154 (60.55% from 255) = 29.56%
R=46.45%
G=23.99%
B=29.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.36
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24212515400.480.360.05345.1381.8271.96
HexF27D9A0302451595248
Octal362175232060445531122110
Binary11110010111110110011010011000010010010110101100110100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F27D9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F27D9A; }

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

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

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

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

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

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

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

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