Html Css Color HEX #F387C9 Tea Rose

📋 copy color: '#F387C9'

red 243 ◦ green 135 ◦ blue 201

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

Shades of Tea Rose #F387C9

Tints of Tea Rose #F387C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 34.72%

R = 41.97%
G = 23.32%
B = 34.72%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.17

 K value IS 0.05

RGB Variations

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

Color information

#F387C9 (or 0xF387C9) is known color: Tea Rose. HEX triplet: F3, 87 and C9. RGB value is (243,135,201). Sum of RGB (Red+Green+Blue) = 243+135+201=579 (76% of max value = 765). Red value is 243 (95.31% from 255 or 41.97% from 579); Green value is 135 (53.12% from 255 or 23.32% from 579); Blue value is 201 (78.91% from 255 or 34.72% from 579); Max value from RGB is 243 - color contains mainly: red. Hex color #F387C9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F387C9 is #0C7836. Grayscale: #AEAEAE. Windows color (decimal): -817207 or 13207539. OLE color: 13207539.

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

Color convert

RGB 243 135 201 -
CMYK 0 0.44 0.17 0.05
HSL 323.33º 0.82% 0.74% -
HSV(B) 323.33º 0.44% 0.95% -
XYZ 56.17 40.6 60.13 -
YUV 174.82 142.78 176.63 -
System Red Green Blue C M Y K H S L
Decimal 243 135 201 0 0.44 0.17 0.05 323.33 0.82 0.74
Hex F3 87 C9 0 2C 11 5 143 52 4A
Octal 363 207 311 0 54 21 5 503 122 112
Binary 11110011 10000111 11001001 0 101100 10001 101 101000011 1010010 1001010

Color Harmonies of #F387C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F387C9

Black with #F387C9

Text Example


Text Example

White with #F387C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F387C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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