Html Css Color HEX #F388C2 Tea Rose

📋 copy color: '#F388C2'

red 243 ◦ green 136 ◦ blue 194

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

Shades of Tea Rose #F388C2

Tints of Tea Rose #F388C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 33.86%

R = 42.41%
G = 23.73%
B = 33.86%

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

#F388C2 (or 0xF388C2) is known color: Tea Rose. HEX triplet: F3, 88 and C2. RGB value is (243,136,194). Sum of RGB (Red+Green+Blue) = 243+136+194=573 (75% of max value = 765). Red value is 243 (95.31% from 255 or 42.41% from 573); Green value is 136 (53.52% from 255 or 23.73% from 573); Blue value is 194 (76.17% from 255 or 33.86% from 573); Max value from RGB is 243 - color contains mainly: red. Hex color #F388C2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F388C2 is #0C773D. Grayscale: #AEAEAE. Windows color (decimal): -816958 or 12749043. OLE color: 12749043.

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

Color convert

RGB 243 136 194 -
CMYK 0 0.44 0.20 0.05
HSL 327.48º 0.82% 0.74% -
HSV(B) 327.48º 0.44% 0.95% -
XYZ 55.5 40.56 55.94 -
YUV 174.61 138.95 176.78 -
System Red Green Blue C M Y K H S L
Decimal 243 136 194 0 0.44 0.20 0.05 327.48 0.82 0.74
Hex F3 88 C2 0 2C 14 5 147 52 4A
Octal 363 210 302 0 54 24 5 507 122 112
Binary 11110011 10001000 11000010 0 101100 10100 101 101000111 1010010 1001010

Color Harmonies of #F388C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F388C2

Black with #F388C2

Text Example


Text Example

White with #F388C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F388C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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