Html Css Color HEX #F387CD Tea Rose

📋 copy color: '#F387CD'

red 243 ◦ green 135 ◦ blue 205

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

Shades of Tea Rose #F387CD

Tints of Tea Rose #F387CD

RGB

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

 GREEN value IS 135 (53.13% from 255) = 23.16%

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

R = 41.68%
G = 23.16%
B = 35.16%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.16

 K value IS 0.05

RGB Variations

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

Color information

#F387CD (or 0xF387CD) is known color: Tea Rose. HEX triplet: F3, 87 and CD. RGB value is (243,135,205). Sum of RGB (Red+Green+Blue) = 243+135+205=583 (77% of max value = 765). Red value is 243 (95.31% from 255 or 41.68% from 583); Green value is 135 (53.12% from 255 or 23.16% from 583); Blue value is 205 (80.47% from 255 or 35.16% from 583); Max value from RGB is 243 - color contains mainly: red. Hex color #F387CD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F387CD is #0C7832. Grayscale: #AFAFAF. Windows color (decimal): -817203 or 13469683. OLE color: 13469683.

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

Color convert

RGB 243 135 205 -
CMYK 0 0.44 0.16 0.05
HSL 321.11º 0.82% 0.74% -
HSV(B) 321.11º 0.44% 0.95% -
XYZ 56.65 40.79 62.65 -
YUV 175.27 144.78 176.31 -
System Red Green Blue C M Y K H S L
Decimal 243 135 205 0 0.44 0.16 0.05 321.11 0.82 0.74
Hex F3 87 CD 0 2C 10 5 141 52 4A
Octal 363 207 315 0 54 20 5 501 122 112
Binary 11110011 10000111 11001101 0 101100 10000 101 101000001 1010010 1001010

Color Harmonies of #F387CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F387CD

Black with #F387CD

Text Example


Text Example

White with #F387CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F387CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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