Html Css Color HEX #F387C3 Tea Rose

📋 copy color: '#F387C3'

red 243 ◦ green 135 ◦ blue 195

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

Shades of Tea Rose #F387C3

Tints of Tea Rose #F387C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 34.03%

R = 42.41%
G = 23.56%
B = 34.03%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.20

 K value IS 0.05

RGB Variations

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

Color information

#F387C3 (or 0xF387C3) is known color: Tea Rose. HEX triplet: F3, 87 and C3. RGB value is (243,135,195). Sum of RGB (Red+Green+Blue) = 243+135+195=573 (75% of max value = 765). Red value is 243 (95.31% from 255 or 42.41% from 573); Green value is 135 (53.12% from 255 or 23.56% from 573); Blue value is 195 (76.56% from 255 or 34.03% from 573); Max value from RGB is 243 - color contains mainly: red. Hex color #F387C3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F387C3 is #0C783C. Grayscale: #ADADAD. Windows color (decimal): -817213 or 12814323. OLE color: 12814323.

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

Color convert

RGB 243 135 195 -
CMYK 0 0.44 0.20 0.05
HSL 326.67º 0.82% 0.74% -
HSV(B) 326.67º 0.44% 0.95% -
XYZ 55.48 40.32 56.49 -
YUV 174.13 139.78 177.12 -
System Red Green Blue C M Y K H S L
Decimal 243 135 195 0 0.44 0.20 0.05 326.67 0.82 0.74
Hex F3 87 C3 0 2C 14 5 147 52 4A
Octal 363 207 303 0 54 24 5 507 122 112
Binary 11110011 10000111 11000011 0 101100 10100 101 101000111 1010010 1001010

Color Harmonies of #F387C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F387C3

Black with #F387C3

Text Example


Text Example

White with #F387C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F387C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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