Html Css Color HEX #F38DC1 Tea Rose

📋 copy color: '#F38DC1'

red 243 ◦ green 141 ◦ blue 193

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

Shades of Tea Rose #F38DC1

Tints of Tea Rose #F38DC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 33.45%

R = 42.11%
G = 24.44%
B = 33.45%

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

#F38DC1 (or 0xF38DC1) is known color: Tea Rose. HEX triplet: F3, 8D and C1. RGB value is (243,141,193). Sum of RGB (Red+Green+Blue) = 243+141+193=577 (76% of max value = 765). Red value is 243 (95.31% from 255 or 42.11% from 577); Green value is 141 (55.47% from 255 or 24.44% from 577); Blue value is 193 (75.78% from 255 or 33.45% from 577); Max value from RGB is 243 - color contains mainly: red. Hex color #F38DC1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F38DC1 is #0C723E. Grayscale: #B1B1B1. Windows color (decimal): -815679 or 12684787. OLE color: 12684787.

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

Color convert

RGB 243 141 193 -
CMYK 0 0.42 0.21 0.05
HSL 329.41º 0.81% 0.75% -
HSV(B) 329.41º 0.42% 0.95% -
XYZ 56.11 41.95 55.59 -
YUV 177.43 136.79 174.77 -
System Red Green Blue C M Y K H S L
Decimal 243 141 193 0 0.42 0.21 0.05 329.41 0.81 0.75
Hex F3 8D C1 0 2A 15 5 149 51 4B
Octal 363 215 301 0 52 25 5 511 121 113
Binary 11110011 10001101 11000001 0 101010 10101 101 101001001 1010001 1001011

Color Harmonies of #F38DC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F38DC1

Black with #F38DC1

Text Example


Text Example

White with #F38DC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F38DC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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