Html Css Color HEX #F380CE Tea Rose

📋 copy color: '#F380CE'

red 243 ◦ green 128 ◦ blue 206

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

Shades of Tea Rose #F380CE

Tints of Tea Rose #F380CE

RGB

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

 GREEN value IS 128 (50.39% from 255) = 22.18%

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

R = 42.11%
G = 22.18%
B = 35.7%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.15

 K value IS 0.05

RGB Variations

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

Color information

#F380CE (or 0xF380CE) is known color: Tea Rose. HEX triplet: F3, 80 and CE. RGB value is (243,128,206). Sum of RGB (Red+Green+Blue) = 243+128+206=577 (76% of max value = 765). Red value is 243 (95.31% from 255 or 42.11% from 577); Green value is 128 (50.39% from 255 or 22.18% from 577); Blue value is 206 (80.86% from 255 or 35.70% from 577); Max value from RGB is 243 - color contains mainly: red. Hex color #F380CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F380CE is #0C7F31. Grayscale: #ABABAB. Windows color (decimal): -818994 or 13533427. OLE color: 13533427.

HSL color Cylindrical-coordinate representation of color #F380CE: hue angle of 319.3º degrees, saturation: 0.83, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F380CE is Cyan = 0, Magento = 0.47, Yellow = 0.15 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 128 206 -
CMYK 0 0.47 0.15 0.05
HSL 319.3º 0.83% 0.73% -
HSV(B) 319.3º 0.47% 0.95% -
XYZ 55.82 38.95 62.97 -
YUV 171.28 147.6 179.16 -
System Red Green Blue C M Y K H S L
Decimal 243 128 206 0 0.47 0.15 0.05 319.3 0.83 0.73
Hex F3 80 CE 0 2F F 5 13F 53 49
Octal 363 200 316 0 57 17 5 477 123 111
Binary 11110011 10000000 11001110 0 101111 1111 101 100111111 1010011 1001001

Color Harmonies of #F380CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F380CE

Black with #F380CE

Text Example


Text Example

White with #F380CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F380CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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