Html Css Color HEX #F386CC Tea Rose

📋 copy color: '#F386CC'

red 243 ◦ green 134 ◦ blue 204

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

Shades of Tea Rose #F386CC

Tints of Tea Rose #F386CC

RGB

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

 GREEN value IS 134 (52.73% from 255) = 23.06%

 BLUE value IS 204 (80.08% from 255) = 35.11%

R = 41.82%
G = 23.06%
B = 35.11%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.16

 K value IS 0.05

RGB Variations

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

Color information

#F386CC (or 0xF386CC) is known color: Tea Rose. HEX triplet: F3, 86 and CC. RGB value is (243,134,204). Sum of RGB (Red+Green+Blue) = 243+134+204=581 (76% of max value = 765). Red value is 243 (95.31% from 255 or 41.82% from 581); Green value is 134 (52.73% from 255 or 23.06% from 581); Blue value is 204 (80.08% from 255 or 35.11% from 581); Max value from RGB is 243 - color contains mainly: red. Hex color #F386CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F386CC is #0C7933. Grayscale: #AEAEAE. Windows color (decimal): -817460 or 13403891. OLE color: 13403891.

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

Color convert

RGB 243 134 204 -
CMYK 0 0.45 0.16 0.05
HSL 321.47º 0.82% 0.74% -
HSV(B) 321.47º 0.45% 0.95% -
XYZ 56.39 40.46 61.97 -
YUV 174.57 144.61 176.81 -
System Red Green Blue C M Y K H S L
Decimal 243 134 204 0 0.45 0.16 0.05 321.47 0.82 0.74
Hex F3 86 CC 0 2D 10 5 141 52 4A
Octal 363 206 314 0 55 20 5 501 122 112
Binary 11110011 10000110 11001100 0 101101 10000 101 101000001 1010010 1001010

Color Harmonies of #F386CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F386CC

Black with #F386CC

Text Example


Text Example

White with #F386CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F386CC; }

 p { color: rgb(243,134,204); }

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

background-color css

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

 a { background-color: rgb(243,134,204); }

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

border-color css

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

 span { border-color: rgb(243,134,204); }

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