Html Css Color HEX #F38AC0 Tea Rose

📋 copy color: '#F38AC0'

red 243 ◦ green 138 ◦ blue 192

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

Shades of Tea Rose #F38AC0

Tints of Tea Rose #F38AC0

RGB

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

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

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

R = 42.41%
G = 24.08%
B = 33.51%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.21

 K value IS 0.05

RGB Variations

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

Color information

#F38AC0 (or 0xF38AC0) is known color: Tea Rose. HEX triplet: F3, 8A and C0. RGB value is (243,138,192). Sum of RGB (Red+Green+Blue) = 243+138+192=573 (75% of max value = 765). Red value is 243 (95.31% from 255 or 42.41% from 573); Green value is 138 (54.30% from 255 or 24.08% from 573); Blue value is 192 (75.39% from 255 or 33.51% from 573); Max value from RGB is 243 - color contains mainly: red. Hex color #F38AC0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F38AC0 is #0C753F. Grayscale: #AFAFAF. Windows color (decimal): -816448 or 12618483. OLE color: 12618483.

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

Color convert

RGB 243 138 192 -
CMYK 0 0.43 0.21 0.05
HSL 329.14º 0.81% 0.75% -
HSV(B) 329.14º 0.43% 0.95% -
XYZ 55.57 41.04 54.86 -
YUV 175.55 137.29 176.11 -
System Red Green Blue C M Y K H S L
Decimal 243 138 192 0 0.43 0.21 0.05 329.14 0.81 0.75
Hex F3 8A C0 0 2B 15 5 149 51 4B
Octal 363 212 300 0 53 25 5 511 121 113
Binary 11110011 10001010 11000000 0 101011 10101 101 101001001 1010001 1001011

Color Harmonies of #F38AC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F38AC0

Black with #F38AC0

Text Example


Text Example

White with #F38AC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F38AC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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