Html Css Color HEX #F38ABA Tea Rose

📋 copy color: '#F38ABA'

red 243 ◦ green 138 ◦ blue 186

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

Shades of Tea Rose #F38ABA

Tints of Tea Rose #F38ABA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 32.8%

R = 42.86%
G = 24.34%
B = 32.8%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.23

 K value IS 0.05

RGB Variations

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

Color information

#F38ABA (or 0xF38ABA) is known color: Tea Rose. HEX triplet: F3, 8A and BA. RGB value is (243,138,186). Sum of RGB (Red+Green+Blue) = 243+138+186=567 (75% of max value = 765). Red value is 243 (95.31% from 255 or 42.86% from 567); Green value is 138 (54.30% from 255 or 24.34% from 567); Blue value is 186 (73.05% from 255 or 32.80% from 567); Max value from RGB is 243 - color contains mainly: red. Hex color #F38ABA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F38ABA is #0C7545. Grayscale: #AEAEAE. Windows color (decimal): -816454 or 12225267. OLE color: 12225267.

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

Color convert

RGB 243 138 186 -
CMYK 0 0.43 0.23 0.05
HSL 332.57º 0.81% 0.75% -
HSV(B) 332.57º 0.43% 0.95% -
XYZ 54.91 40.78 51.43 -
YUV 174.87 134.29 176.6 -
System Red Green Blue C M Y K H S L
Decimal 243 138 186 0 0.43 0.23 0.05 332.57 0.81 0.75
Hex F3 8A BA 0 2B 17 5 14D 51 4B
Octal 363 212 272 0 53 27 5 515 121 113
Binary 11110011 10001010 10111010 0 101011 10111 101 101001101 1010001 1001011

Color Harmonies of #F38ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F38ABA

Black with #F38ABA

Text Example


Text Example

White with #F38ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F38ABA; }

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

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

background-color css

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

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

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

border-color css

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

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

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