Html Css Color HEX #F38DC7 Tea Rose

📋 copy color: '#F38DC7'

red 243 ◦ green 141 ◦ blue 199

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

Shades of Tea Rose #F38DC7

Tints of Tea Rose #F38DC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 34.13%

R = 41.68%
G = 24.19%
B = 34.13%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.18

 K value IS 0.05

RGB Variations

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

Color information

#F38DC7 (or 0xF38DC7) is known color: Tea Rose. HEX triplet: F3, 8D and C7. RGB value is (243,141,199). Sum of RGB (Red+Green+Blue) = 243+141+199=583 (77% of max value = 765). Red value is 243 (95.31% from 255 or 41.68% from 583); Green value is 141 (55.47% from 255 or 24.19% from 583); Blue value is 199 (78.12% from 255 or 34.13% from 583); Max value from RGB is 243 - color contains mainly: red. Hex color #F38DC7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F38DC7 is #0C7238. Grayscale: #B1B1B1. Windows color (decimal): -815673 or 13078003. OLE color: 13078003.

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

Color convert

RGB 243 141 199 -
CMYK 0 0.42 0.18 0.05
HSL 325.88º 0.81% 0.75% -
HSV(B) 325.88º 0.42% 0.95% -
XYZ 56.8 42.23 59.19 -
YUV 178.11 139.79 174.28 -
System Red Green Blue C M Y K H S L
Decimal 243 141 199 0 0.42 0.18 0.05 325.88 0.81 0.75
Hex F3 8D C7 0 2A 12 5 146 51 4B
Octal 363 215 307 0 52 22 5 506 121 113
Binary 11110011 10001101 11000111 0 101010 10010 101 101000110 1010001 1001011

Color Harmonies of #F38DC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F38DC7

Black with #F38DC7

Text Example


Text Example

White with #F38DC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F38DC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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