Html Css Color HEX #F385CD Tea Rose

📋 copy color: '#F385CD'

red 243 ◦ green 133 ◦ blue 205

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

Shades of Tea Rose #F385CD

Tints of Tea Rose #F385CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 35.28%

R = 41.82%
G = 22.89%
B = 35.28%

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

#F385CD (or 0xF385CD) is known color: Tea Rose. HEX triplet: F3, 85 and CD. RGB value is (243,133,205). Sum of RGB (Red+Green+Blue) = 243+133+205=581 (76% of max value = 765). Red value is 243 (95.31% from 255 or 41.82% from 581); Green value is 133 (52.34% from 255 or 22.89% from 581); Blue value is 205 (80.47% from 255 or 35.28% from 581); Max value from RGB is 243 - color contains mainly: red. Hex color #F385CD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F385CD is #0C7A32. Grayscale: #ADADAD. Windows color (decimal): -817715 or 13469171. OLE color: 13469171.

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

Color convert

RGB 243 133 205 -
CMYK 0 0.45 0.16 0.05
HSL 320.73º 0.82% 0.74% -
HSV(B) 320.73º 0.45% 0.95% -
XYZ 56.37 40.24 62.55 -
YUV 174.1 145.44 177.15 -
System Red Green Blue C M Y K H S L
Decimal 243 133 205 0 0.45 0.16 0.05 320.73 0.82 0.74
Hex F3 85 CD 0 2D 10 5 141 52 4A
Octal 363 205 315 0 55 20 5 501 122 112
Binary 11110011 10000101 11001101 0 101101 10000 101 101000001 1010010 1001010

Color Harmonies of #F385CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F385CD

Black with #F385CD

Text Example


Text Example

White with #F385CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F385CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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