Html Css Color HEX #F385BE Tea Rose

📋 copy color: '#F385BE'

red 243 ◦ green 133 ◦ blue 190

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

Shades of Tea Rose #F385BE

Tints of Tea Rose #F385BE

RGB

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

 GREEN value IS 133 (52.34% from 255) = 23.5%

 BLUE value IS 190 (74.61% from 255) = 33.57%

R = 42.93%
G = 23.5%
B = 33.57%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.22

 K value IS 0.05

RGB Variations

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

Color information

#F385BE (or 0xF385BE) is known color: Tea Rose. HEX triplet: F3, 85 and BE. RGB value is (243,133,190). Sum of RGB (Red+Green+Blue) = 243+133+190=566 (74% of max value = 765). Red value is 243 (95.31% from 255 or 42.93% from 566); Green value is 133 (52.34% from 255 or 23.50% from 566); Blue value is 190 (74.61% from 255 or 33.57% from 566); Max value from RGB is 243 - color contains mainly: red. Hex color #F385BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F385BE is #0C7A41. Grayscale: #ACACAC. Windows color (decimal): -817730 or 12486131. OLE color: 12486131.

HSL color Cylindrical-coordinate representation of color #F385BE: hue angle of 328.91º degrees, saturation: 0.82, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F385BE is Cyan = 0, Magento = 0.45, Yellow = 0.22 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 133 190 -
CMYK 0 0.45 0.22 0.05
HSL 328.91º 0.82% 0.74% -
HSV(B) 328.91º 0.45% 0.95% -
XYZ 54.64 39.55 53.47 -
YUV 172.39 137.94 178.37 -
System Red Green Blue C M Y K H S L
Decimal 243 133 190 0 0.45 0.22 0.05 328.91 0.82 0.74
Hex F3 85 BE 0 2D 16 5 149 52 4A
Octal 363 205 276 0 55 26 5 511 122 112
Binary 11110011 10000101 10111110 0 101101 10110 101 101001001 1010010 1001010

Color Harmonies of #F385BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F385BE

Black with #F385BE

Text Example


Text Example

White with #F385BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F385BE; }

 p { color: rgb(243,133,190); }

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

background-color css

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

 a { background-color: rgb(243,133,190); }

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

border-color css

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

 span { border-color: rgb(243,133,190); }

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