#F380C4

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

Shades of Tea Rose #F380C4

Tints of Tea Rose #F380C4

Color information

#F380C4 (or 0xF380C4) is unknown color: approx Tea Rose. HEX triplet: F3, 80 and C4. RGB value is (243,128,196). Sum of RGB (Red+Green+Blue) = 243+128+196=567 (75% of max value = 765). Red value is 243 (95.31% from 255 or 42.86% from 567); Green value is 128 (50.39% from 255 or 22.57% from 567); Blue value is 196 (76.95% from 255 or 34.57% from 567); Max value from RGB is 243 - color contains mainly: red. Hex color #F380C4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F380C4 is #0C7F3B. Grayscale: #A9A9A9. Windows color (decimal): -819004 or 12878067. OLE color: 12878067.

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

Color convert

RGB243128196-
CMYK00.470.190.05
HSL324.52º82.73%72.75%-
HSV(B)324.52º47.33%95.29%-
XYZ54.6538.4856.77-
YUV170.14142.6179.97-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 42.86%
GREEN value IS 128 (50.39% from 255) = 22.57%
BLUE value IS 196 (76.95% from 255) = 34.57%
R=42.86%
G=22.57%
B=34.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.19
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24312819600.470.190.05324.5282.7372.75
HexF380C402F1351455349
Octal363200304057235505123111
Binary11110011100000001100010001011111001110110100010110100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F380C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F380C4; }

 p { color: rgb(243,128,196); }

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

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

 a { background-color: rgb(243,128,196); }

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

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

 span { border-color: rgb(243,128,196); }

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