Html Css Color HEX #F38ACD Tea Rose

📋 copy color: '#F38ACD'

red 243 ◦ green 138 ◦ blue 205

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

Shades of Tea Rose #F38ACD

Tints of Tea Rose #F38ACD

RGB

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

 GREEN value IS 138 (54.3% from 255) = 23.55%

 BLUE value IS 205 (80.47% from 255) = 34.98%

R = 41.47%
G = 23.55%
B = 34.98%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.16

 K value IS 0.05

RGB Variations

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

Color information

#F38ACD (or 0xF38ACD) is known color: Tea Rose. HEX triplet: F3, 8A and CD. RGB value is (243,138,205). Sum of RGB (Red+Green+Blue) = 243+138+205=586 (77% of max value = 765). Red value is 243 (95.31% from 255 or 41.47% from 586); Green value is 138 (54.30% from 255 or 23.55% from 586); Blue value is 205 (80.47% from 255 or 34.98% from 586); Max value from RGB is 243 - color contains mainly: red. Hex color #F38ACD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F38ACD is #0C7532. Grayscale: #B0B0B0. Windows color (decimal): -816435 or 13470451. OLE color: 13470451.

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

Color convert

RGB 243 138 205 -
CMYK 0 0.43 0.16 0.05
HSL 321.71º 0.81% 0.75% -
HSV(B) 321.71º 0.43% 0.95% -
XYZ 57.07 41.64 62.79 -
YUV 177.03 143.79 175.05 -
System Red Green Blue C M Y K H S L
Decimal 243 138 205 0 0.43 0.16 0.05 321.71 0.81 0.75
Hex F3 8A CD 0 2B 10 5 142 51 4B
Octal 363 212 315 0 53 20 5 502 121 113
Binary 11110011 10001010 11001101 0 101011 10000 101 101000010 1010001 1001011

Color Harmonies of #F38ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F38ACD

Black with #F38ACD

Text Example


Text Example

White with #F38ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F38ACD; }

 p { color: rgb(243,138,205); }

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

background-color css

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

 a { background-color: rgb(243,138,205); }

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

border-color css

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

 span { border-color: rgb(243,138,205); }

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