Html Css Color HEX #F385CE Tea Rose

📋 copy color: '#F385CE'

red 243 ◦ green 133 ◦ blue 206

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

Shades of Tea Rose #F385CE

Tints of Tea Rose #F385CE

RGB

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

 GREEN value IS 133 (52.34% from 255) = 22.85%

 BLUE value IS 206 (80.86% from 255) = 35.4%

R = 41.75%
G = 22.85%
B = 35.4%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.15

 K value IS 0.05

RGB Variations

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

Color information

#F385CE (or 0xF385CE) is known color: Tea Rose. HEX triplet: F3, 85 and CE. RGB value is (243,133,206). Sum of RGB (Red+Green+Blue) = 243+133+206=582 (77% of max value = 765). Red value is 243 (95.31% from 255 or 41.75% from 582); Green value is 133 (52.34% from 255 or 22.85% from 582); Blue value is 206 (80.86% from 255 or 35.40% from 582); Max value from RGB is 243 - color contains mainly: red. Hex color #F385CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F385CE is #0C7A31. Grayscale: #AEAEAE. Windows color (decimal): -817714 or 13534707. OLE color: 13534707.

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

Color convert

RGB 243 133 206 -
CMYK 0 0.45 0.15 0.05
HSL 320.18º 0.82% 0.74% -
HSV(B) 320.18º 0.45% 0.95% -
XYZ 56.49 40.29 63.19 -
YUV 174.21 145.94 177.06 -
System Red Green Blue C M Y K H S L
Decimal 243 133 206 0 0.45 0.15 0.05 320.18 0.82 0.74
Hex F3 85 CE 0 2D F 5 140 52 4A
Octal 363 205 316 0 55 17 5 500 122 112
Binary 11110011 10000101 11001110 0 101101 1111 101 101000000 1010010 1001010

Color Harmonies of #F385CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F385CE

Black with #F385CE

Text Example


Text Example

White with #F385CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F385CE; }

 p { color: rgb(243,133,206); }

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

background-color css

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

 a { background-color: rgb(243,133,206); }

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

border-color css

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

 span { border-color: rgb(243,133,206); }

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