Html Css Color HEX #F388C5 Tea Rose

📋 copy color: '#F388C5'

red 243 ◦ green 136 ◦ blue 197

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

Shades of Tea Rose #F388C5

Tints of Tea Rose #F388C5

RGB

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

 GREEN value IS 136 (53.52% from 255) = 23.61%

 BLUE value IS 197 (77.34% from 255) = 34.2%

R = 42.19%
G = 23.61%
B = 34.2%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.19

 K value IS 0.05

RGB Variations

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

Color information

#F388C5 (or 0xF388C5) is known color: Tea Rose. HEX triplet: F3, 88 and C5. RGB value is (243,136,197). Sum of RGB (Red+Green+Blue) = 243+136+197=576 (76% of max value = 765). Red value is 243 (95.31% from 255 or 42.19% from 576); Green value is 136 (53.52% from 255 or 23.61% from 576); Blue value is 197 (77.34% from 255 or 34.20% from 576); Max value from RGB is 243 - color contains mainly: red. Hex color #F388C5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F388C5 is #0C773A. Grayscale: #AEAEAE. Windows color (decimal): -816955 or 12945651. OLE color: 12945651.

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

Color convert

RGB 243 136 197 -
CMYK 0 0.44 0.19 0.05
HSL 325.79º 0.82% 0.74% -
HSV(B) 325.79º 0.44% 0.95% -
XYZ 55.84 40.69 57.73 -
YUV 174.95 140.45 176.54 -
System Red Green Blue C M Y K H S L
Decimal 243 136 197 0 0.44 0.19 0.05 325.79 0.82 0.74
Hex F3 88 C5 0 2C 13 5 146 52 4A
Octal 363 210 305 0 54 23 5 506 122 112
Binary 11110011 10001000 11000101 0 101100 10011 101 101000110 1010010 1001010

Color Harmonies of #F388C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F388C5

Black with #F388C5

Text Example


Text Example

White with #F388C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F388C5; }

 p { color: rgb(243,136,197); }

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

background-color css

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

 a { background-color: rgb(243,136,197); }

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

border-color css

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

 span { border-color: rgb(243,136,197); }

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