Html Css Color HEX #F385C9 Tea Rose

📋 copy color: '#F385C9'

red 243 ◦ green 133 ◦ blue 201

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

Shades of Tea Rose #F385C9

Tints of Tea Rose #F385C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 34.84%

R = 42.11%
G = 23.05%
B = 34.84%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.17

 K value IS 0.05

RGB Variations

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

Color information

#F385C9 (or 0xF385C9) is known color: Tea Rose. HEX triplet: F3, 85 and C9. RGB value is (243,133,201). Sum of RGB (Red+Green+Blue) = 243+133+201=577 (76% of max value = 765). Red value is 243 (95.31% from 255 or 42.11% from 577); Green value is 133 (52.34% from 255 or 23.05% from 577); Blue value is 201 (78.91% from 255 or 34.84% from 577); Max value from RGB is 243 - color contains mainly: red. Hex color #F385C9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F385C9 is #0C7A36. Grayscale: #ADADAD. Windows color (decimal): -817719 or 13207027. OLE color: 13207027.

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

Color convert

RGB 243 133 201 -
CMYK 0 0.45 0.17 0.05
HSL 322.91º 0.82% 0.74% -
HSV(B) 322.91º 0.45% 0.95% -
XYZ 55.89 40.05 60.04 -
YUV 173.64 143.44 177.47 -
System Red Green Blue C M Y K H S L
Decimal 243 133 201 0 0.45 0.17 0.05 322.91 0.82 0.74
Hex F3 85 C9 0 2D 11 5 143 52 4A
Octal 363 205 311 0 55 21 5 503 122 112
Binary 11110011 10000101 11001001 0 101101 10001 101 101000011 1010010 1001010

Color Harmonies of #F385C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F385C9

Black with #F385C9

Text Example


Text Example

White with #F385C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F385C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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