#F283D0

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

Shades of Tea Rose #F283D0

Tints of Tea Rose #F283D0

Color information

#F283D0 (or 0xF283D0) is unknown color: approx Tea Rose. HEX triplet: F2, 83 and D0. RGB value is (242,131,208). Sum of RGB (Red+Green+Blue) = 242+131+208=581 (76% of max value = 765). Red value is 242 (94.92% from 255 or 41.65% from 581); Green value is 131 (51.56% from 255 or 22.55% from 581); Blue value is 208 (81.64% from 255 or 35.80% from 581); Max value from RGB is 242 - color contains mainly: red. Hex color #F283D0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F283D0 is #0D7C2F. Grayscale: #ACACAC. Windows color (decimal): -883760 or 13665266. OLE color: 13665266.

HSL color Cylindrical-coordinate representation of color #F283D0: hue angle of 318.38º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F283D0 is Cyan = 0, Magento = 0.46, Yellow = 0.14 and Black (K on CMYK) = 0.05.

Color convert

RGB242131208-
CMYK00.460.140.05
HSL318.38º81.02%73.14%-
HSV(B)318.38º45.87%94.9%-
XYZ56.1239.6664.37-
YUV172.97147.77177.24-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 41.65%
GREEN value IS 131 (51.56% from 255) = 22.55%
BLUE value IS 208 (81.64% from 255) = 35.80%
R=41.65%
G=22.55%
B=35.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.14
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24213120800.460.140.05318.3881.0273.14
HexF283D002EE513e5149
Octal362203320056165476121111
Binary1111001010000011110100000101110111010110011111010100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F283D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F283D0; }

 p { color: rgb(242,131,208); }

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

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

 a { background-color: rgb(242,131,208); }

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

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

 span { border-color: rgb(242,131,208); }

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