Html Css Color HEX #F385C8 Tea Rose

📋 copy color: '#F385C8'

red 243 ◦ green 133 ◦ blue 200

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

Shades of Tea Rose #F385C8

Tints of Tea Rose #F385C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 34.72%

R = 42.19%
G = 23.09%
B = 34.72%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.18

 K value IS 0.05

RGB Variations

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

Color information

#F385C8 (or 0xF385C8) is known color: Tea Rose. HEX triplet: F3, 85 and C8. RGB value is (243,133,200). Sum of RGB (Red+Green+Blue) = 243+133+200=576 (76% of max value = 765). Red value is 243 (95.31% from 255 or 42.19% from 576); Green value is 133 (52.34% from 255 or 23.09% from 576); Blue value is 200 (78.52% from 255 or 34.72% from 576); Max value from RGB is 243 - color contains mainly: red. Hex color #F385C8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F385C8 is #0C7A37. Grayscale: #ADADAD. Windows color (decimal): -817720 or 13141491. OLE color: 13141491.

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

Color convert

RGB 243 133 200 -
CMYK 0 0.45 0.18 0.05
HSL 323.45º 0.82% 0.74% -
HSV(B) 323.45º 0.45% 0.95% -
XYZ 55.78 40 59.42 -
YUV 173.53 142.94 177.55 -
System Red Green Blue C M Y K H S L
Decimal 243 133 200 0 0.45 0.18 0.05 323.45 0.82 0.74
Hex F3 85 C8 0 2D 12 5 143 52 4A
Octal 363 205 310 0 55 22 5 503 122 112
Binary 11110011 10000101 11001000 0 101101 10010 101 101000011 1010010 1001010

Color Harmonies of #F385C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F385C8

Black with #F385C8

Text Example


Text Example

White with #F385C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F385C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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