Html Css Color HEX #F385CC Tea Rose

📋 copy color: '#F385CC'

red 243 ◦ green 133 ◦ blue 204

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

Shades of Tea Rose #F385CC

Tints of Tea Rose #F385CC

RGB

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

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

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

R = 41.9%
G = 22.93%
B = 35.17%

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

#F385CC (or 0xF385CC) is known color: Tea Rose. HEX triplet: F3, 85 and CC. RGB value is (243,133,204). Sum of RGB (Red+Green+Blue) = 243+133+204=580 (76% of max value = 765). Red value is 243 (95.31% from 255 or 41.90% from 580); Green value is 133 (52.34% from 255 or 22.93% from 580); Blue value is 204 (80.08% from 255 or 35.17% from 580); Max value from RGB is 243 - color contains mainly: red. Hex color #F385CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F385CC is #0C7A33. Grayscale: #ADADAD. Windows color (decimal): -817716 or 13403635. OLE color: 13403635.

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

Color convert

RGB 243 133 204 -
CMYK 0 0.45 0.16 0.05
HSL 321.27º 0.82% 0.74% -
HSV(B) 321.27º 0.45% 0.95% -
XYZ 56.25 40.19 61.92 -
YUV 173.98 144.94 177.23 -
System Red Green Blue C M Y K H S L
Decimal 243 133 204 0 0.45 0.16 0.05 321.27 0.82 0.74
Hex F3 85 CC 0 2D 10 5 141 52 4A
Octal 363 205 314 0 55 20 5 501 122 112
Binary 11110011 10000101 11001100 0 101101 10000 101 101000001 1010010 1001010

Color Harmonies of #F385CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F385CC

Black with #F385CC

Text Example


Text Example

White with #F385CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F385CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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