Html Css Color HEX #F38DC0 Tea Rose

📋 copy color: '#F38DC0'

red 243 ◦ green 141 ◦ blue 192

#F38DC0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tea Rose #F38DC0

Tints of Tea Rose #F38DC0

RGB

 RED value IS 243 (95.31% from 255) = 42.19%

 GREEN value IS 141 (55.47% from 255) = 24.48%

 BLUE value IS 192 (75.39% from 255) = 33.33%

R = 42.19%
G = 24.48%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.21

 K value IS 0.05

RGB Variations

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

Color information

#F38DC0 (or 0xF38DC0) is known color: Tea Rose. HEX triplet: F3, 8D and C0. RGB value is (243,141,192). Sum of RGB (Red+Green+Blue) = 243+141+192=576 (76% of max value = 765). Red value is 243 (95.31% from 255 or 42.19% from 576); Green value is 141 (55.47% from 255 or 24.48% from 576); Blue value is 192 (75.39% from 255 or 33.33% from 576); Max value from RGB is 243 - color contains mainly: red. Hex color #F38DC0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F38DC0 is #0C723F. Grayscale: #B1B1B1. Windows color (decimal): -815680 or 12619251. OLE color: 12619251.

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

Color convert

RGB 243 141 192 -
CMYK 0 0.42 0.21 0.05
HSL 330º 0.81% 0.75% -
HSV(B) 330º 0.42% 0.95% -
XYZ 56 41.91 55.01 -
YUV 177.31 136.29 174.85 -
System Red Green Blue C M Y K H S L
Decimal 243 141 192 0 0.42 0.21 0.05 330 0.81 0.75
Hex F3 8D C0 0 2A 15 5 14A 51 4B
Octal 363 215 300 0 52 25 5 512 121 113
Binary 11110011 10001101 11000000 0 101010 10101 101 101001010 1010001 1001011

Color Harmonies of #F38DC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F38DC0

Black with #F38DC0

Text Example


Text Example

White with #F38DC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F38DC0; }

 p { color: rgb(243,141,192); }

 H1.HeaderClassName
 {
   color: #F38DC0;
 }
 .AnyTagClassName
 {
   color: #F38DC0;
 }
</style>

background-color css

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

 a { background-color: rgb(243,141,192); }

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

border-color css

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

 span { border-color: rgb(243,141,192); }

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