Html Css Color HEX #F382CE Tea Rose

📋 copy color: '#F382CE'

red 243 ◦ green 130 ◦ blue 206

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

Shades of Tea Rose #F382CE

Tints of Tea Rose #F382CE

RGB

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

 GREEN value IS 130 (51.17% from 255) = 22.45%

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

R = 41.97%
G = 22.45%
B = 35.58%

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

#F382CE (or 0xF382CE) is known color: Tea Rose. HEX triplet: F3, 82 and CE. RGB value is (243,130,206). Sum of RGB (Red+Green+Blue) = 243+130+206=579 (76% of max value = 765). Red value is 243 (95.31% from 255 or 41.97% from 579); Green value is 130 (51.17% from 255 or 22.45% from 579); Blue value is 206 (80.86% from 255 or 35.58% from 579); Max value from RGB is 243 - color contains mainly: red. Hex color #F382CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F382CE is #0C7D31. Grayscale: #ACACAC. Windows color (decimal): -818482 or 13533939. OLE color: 13533939.

HSL color Cylindrical-coordinate representation of color #F382CE: hue angle of 319.65º degrees, saturation: 0.82, 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 #F382CE is Cyan = 0, Magento = 0.47, Yellow = 0.15 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 130 206 -
CMYK 0 0.47 0.15 0.05
HSL 319.65º 0.82% 0.73% -
HSV(B) 319.65º 0.47% 0.95% -
XYZ 56.09 39.48 63.06 -
YUV 172.45 146.94 178.32 -
System Red Green Blue C M Y K H S L
Decimal 243 130 206 0 0.47 0.15 0.05 319.65 0.82 0.73
Hex F3 82 CE 0 2F F 5 140 52 49
Octal 363 202 316 0 57 17 5 500 122 111
Binary 11110011 10000010 11001110 0 101111 1111 101 101000000 1010010 1001001

Color Harmonies of #F382CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F382CE

Black with #F382CE

Text Example


Text Example

White with #F382CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F382CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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