Html Css Color HEX #F386CB Tea Rose

📋 copy color: '#F386CB'

red 243 ◦ green 134 ◦ blue 203

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

Shades of Tea Rose #F386CB

Tints of Tea Rose #F386CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 35%

R = 41.9%
G = 23.1%
B = 35%

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

#F386CB (or 0xF386CB) is known color: Tea Rose. HEX triplet: F3, 86 and CB. RGB value is (243,134,203). Sum of RGB (Red+Green+Blue) = 243+134+203=580 (76% of max value = 765). Red value is 243 (95.31% from 255 or 41.90% from 580); Green value is 134 (52.73% from 255 or 23.10% from 580); Blue value is 203 (79.69% from 255 or 35% from 580); Max value from RGB is 243 - color contains mainly: red. Hex color #F386CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F386CB is #0C7934. Grayscale: #AEAEAE. Windows color (decimal): -817461 or 13338355. OLE color: 13338355.

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

Color convert

RGB 243 134 203 -
CMYK 0 0.45 0.16 0.05
HSL 322.02º 0.82% 0.74% -
HSV(B) 322.02º 0.45% 0.95% -
XYZ 56.27 40.42 61.34 -
YUV 174.46 144.11 176.89 -
System Red Green Blue C M Y K H S L
Decimal 243 134 203 0 0.45 0.16 0.05 322.02 0.82 0.74
Hex F3 86 CB 0 2D 10 5 142 52 4A
Octal 363 206 313 0 55 20 5 502 122 112
Binary 11110011 10000110 11001011 0 101101 10000 101 101000010 1010010 1001010

Color Harmonies of #F386CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F386CB

Black with #F386CB

Text Example


Text Example

White with #F386CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F386CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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