#f384cf

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

Shades of Tea Rose #F384CF

Tints of Tea Rose #F384CF

Color information

#F384CF (or 0xF384CF) is unknown color: approx Tea Rose. HEX triplet: F3, 84 and CF. RGB value is (243,132,207). Sum of RGB (Red+Green+Blue) = 243+132+207=582 (77% of max value = 765). Red value is 243 (95.31% from 255 or 41.75% from 582); Green value is 132 (51.95% from 255 or 22.68% from 582); Blue value is 207 (81.25% from 255 or 35.57% from 582); Max value from RGB is 243 - color contains mainly: red. Hex color #F384CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F384CF is #0C7B30. Grayscale: #ADADAD. Windows color (decimal): -817969 or 13599987. OLE color: 13599987.

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

Color convert

RGB243132207-
CMYK00.460.150.05
HSL319.46º82.22%73.53%-
HSV(B)319.46º45.68%95.29%-
XYZ56.4840.0663.79-
YUV173.74146.77177.4-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 41.75%
GREEN value IS 132 (51.95% from 255) = 22.68%
BLUE value IS 207 (81.25% from 255) = 35.57%
R=41.75%
G=22.68%
B=35.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.15
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24313220700.460.150.05319.4682.2273.53
HexF384CF02EF513f524a
Octal363204317056175477122112
Binary1111001110000100110011110101110111110110011111110100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f384cf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f384cf; }

 p { color: rgb(243,132,207); }

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

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

 a { background-color: rgb(243,132,207); }

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

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

 span { border-color: rgb(243,132,207); }

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