#F283D2

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

Shades of Tea Rose #F283D2

Tints of Tea Rose #F283D2

Color information

#F283D2 (or 0xF283D2) is unknown color: approx Tea Rose. HEX triplet: F2, 83 and D2. RGB value is (242,131,210). Sum of RGB (Red+Green+Blue) = 242+131+210=583 (77% of max value = 765). Red value is 242 (94.92% from 255 or 41.51% from 583); Green value is 131 (51.56% from 255 or 22.47% from 583); Blue value is 210 (82.42% from 255 or 36.02% from 583); Max value from RGB is 242 - color contains mainly: red. Hex color #F283D2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F283D2 is #0D7C2D. Grayscale: #ACACAC. Windows color (decimal): -883758 or 13796338. OLE color: 13796338.

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

Color convert

RGB242131210-
CMYK00.460.130.05
HSL317.3º81.02%73.14%-
HSV(B)317.3º45.87%94.9%-
XYZ56.3739.7665.68-
YUV173.2148.77177.08-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 41.51%
GREEN value IS 131 (51.56% from 255) = 22.47%
BLUE value IS 210 (82.42% from 255) = 36.02%
R=41.51%
G=22.47%
B=36.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.13
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24213121000.460.130.05317.381.0273.14
HexF283D202ED513d5149
Octal362203322056155475121111
Binary1111001010000011110100100101110110110110011110110100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F283D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F283D2; }

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

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

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

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

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

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

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

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