#f27f8c

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

Shades of Carissma #F27F8C

Tints of Carissma #F27F8C

Color information

#F27F8C (or 0xF27F8C) is unknown color: approx Carissma. HEX triplet: F2, 7F and 8C. RGB value is (242,127,140). Sum of RGB (Red+Green+Blue) = 242+127+140=509 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.54% from 509); Green value is 127 (50% from 255 or 24.95% from 509); Blue value is 140 (55.08% from 255 or 27.50% from 509); Max value from RGB is 242 - color contains mainly: red. Hex color #F27F8C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F27F8C is #0D8073. Grayscale: #A2A2A2. Windows color (decimal): -884852 or 9207794. OLE color: 9207794.

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

Color convert

RGB242127140-
CMYK00.480.420.05
HSL353.22º81.56%72.35%-
HSV(B)353.22º47.52%94.9%-
XYZ48.9435.9529.17-
YUV162.87115.1184.44-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 47.54%
GREEN value IS 127 (50% from 255) = 24.95%
BLUE value IS 140 (55.08% from 255) = 27.50%
R=47.54%
G=24.95%
B=27.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.42
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24212714000.480.420.05353.2281.5672.35
HexF27F8C0302A51615248
Octal362177214060525541122110
Binary11110010111111110001100011000010101010110110000110100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f27f8c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f27f8c; }

 p { color: rgb(242,127,140); }

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

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

 a { background-color: rgb(242,127,140); }

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

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

 span { border-color: rgb(242,127,140); }

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