Html Css Color HEX #F382C3 Tea Rose

📋 copy color: '#F382C3'

red 243 ◦ green 130 ◦ blue 195

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

Shades of Tea Rose #F382C3

Tints of Tea Rose #F382C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 34.33%

R = 42.78%
G = 22.89%
B = 34.33%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.20

 K value IS 0.05

RGB Variations

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

Color information

#F382C3 (or 0xF382C3) is known color: Tea Rose. HEX triplet: F3, 82 and C3. RGB value is (243,130,195). Sum of RGB (Red+Green+Blue) = 243+130+195=568 (75% of max value = 765). Red value is 243 (95.31% from 255 or 42.78% from 568); Green value is 130 (51.17% from 255 or 22.89% from 568); Blue value is 195 (76.56% from 255 or 34.33% from 568); Max value from RGB is 243 - color contains mainly: red. Hex color #F382C3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F382C3 is #0C7D3C. Grayscale: #ABABAB. Windows color (decimal): -818493 or 12813043. OLE color: 12813043.

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

Color convert

RGB 243 130 195 -
CMYK 0 0.47 0.20 0.05
HSL 325.49º 0.82% 0.73% -
HSV(B) 325.49º 0.47% 0.95% -
XYZ 54.8 38.96 56.26 -
YUV 171.2 141.44 179.21 -
System Red Green Blue C M Y K H S L
Decimal 243 130 195 0 0.47 0.20 0.05 325.49 0.82 0.73
Hex F3 82 C3 0 2F 14 5 145 52 49
Octal 363 202 303 0 57 24 5 505 122 111
Binary 11110011 10000010 11000011 0 101111 10100 101 101000101 1010010 1001001

Color Harmonies of #F382C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F382C3

Black with #F382C3

Text Example


Text Example

White with #F382C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F382C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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