Html Css Color HEX #F38BBA Tea Rose

📋 copy color: '#F38BBA'

red 243 ◦ green 139 ◦ blue 186

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

Shades of Tea Rose #F38BBA

Tints of Tea Rose #F38BBA

RGB

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

 GREEN value IS 139 (54.69% from 255) = 24.47%

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

R = 42.78%
G = 24.47%
B = 32.75%

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

#F38BBA (or 0xF38BBA) is known color: Tea Rose. HEX triplet: F3, 8B and BA. RGB value is (243,139,186). Sum of RGB (Red+Green+Blue) = 243+139+186=568 (75% of max value = 765). Red value is 243 (95.31% from 255 or 42.78% from 568); Green value is 139 (54.69% from 255 or 24.47% from 568); Blue value is 186 (73.05% from 255 or 32.75% from 568); Max value from RGB is 243 - color contains mainly: red. Hex color #F38BBA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F38BBA is #0C7445. Grayscale: #AFAFAF. Windows color (decimal): -816198 or 12225523. OLE color: 12225523.

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

Color convert

RGB 243 139 186 -
CMYK 0 0.43 0.23 0.05
HSL 332.88º 0.81% 0.75% -
HSV(B) 332.88º 0.43% 0.95% -
XYZ 55.06 41.07 51.48 -
YUV 175.45 133.96 176.18 -
System Red Green Blue C M Y K H S L
Decimal 243 139 186 0 0.43 0.23 0.05 332.88 0.81 0.75
Hex F3 8B BA 0 2B 17 5 14D 51 4B
Octal 363 213 272 0 53 27 5 515 121 113
Binary 11110011 10001011 10111010 0 101011 10111 101 101001101 1010001 1001011

Color Harmonies of #F38BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F38BBA

Black with #F38BBA

Text Example


Text Example

White with #F38BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F38BBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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