#F28BCC

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

Shades of Tea Rose #F28BCC

Tints of Tea Rose #F28BCC

Color information

#F28BCC (or 0xF28BCC) is unknown color: approx Tea Rose. HEX triplet: F2, 8B and CC. RGB value is (242,139,204). Sum of RGB (Red+Green+Blue) = 242+139+204=585 (77% of max value = 765). Red value is 242 (94.92% from 255 or 41.37% from 585); Green value is 139 (54.69% from 255 or 23.76% from 585); Blue value is 204 (80.08% from 255 or 34.87% from 585); Max value from RGB is 242 - color contains mainly: red. Hex color #F28BCC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F28BCC is #0D7433. Grayscale: #B1B1B1. Windows color (decimal): -881716 or 13405170. OLE color: 13405170.

HSL color Cylindrical-coordinate representation of color #F28BCC: hue angle of 322.14º degrees, saturation: 0.8, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F28BCC is Cyan = 0, Magento = 0.43, Yellow = 0.16 and Black (K on CMYK) = 0.05.

Color convert

RGB242139204-
CMYK00.430.160.05
HSL322.14º79.84%74.71%-
HSV(B)322.14º42.56%94.9%-
XYZ56.7541.762.19-
YUV177.21143.12174.21-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 41.37%
GREEN value IS 139 (54.69% from 255) = 23.76%
BLUE value IS 204 (80.08% from 255) = 34.87%
R=41.37%
G=23.76%
B=34.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.16
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24213920400.430.160.05322.1479.8474.71
HexF28BCC02B105142504b
Octal362213314053205502120113
Binary11110010100010111100110001010111000010110100001010100001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F28BCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F28BCC; }

 p { color: rgb(242,139,204); }

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

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

 a { background-color: rgb(242,139,204); }

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

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

 span { border-color: rgb(242,139,204); }

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