Html Css Color HEX #F382C7 Tea Rose

📋 copy color: '#F382C7'

red 243 ◦ green 130 ◦ blue 199

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

Shades of Tea Rose #F382C7

Tints of Tea Rose #F382C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 34.79%

R = 42.48%
G = 22.73%
B = 34.79%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.18

 K value IS 0.05

RGB Variations

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

Color information

#F382C7 (or 0xF382C7) is known color: Tea Rose. HEX triplet: F3, 82 and C7. RGB value is (243,130,199). Sum of RGB (Red+Green+Blue) = 243+130+199=572 (75% of max value = 765). Red value is 243 (95.31% from 255 or 42.48% from 572); Green value is 130 (51.17% from 255 or 22.73% from 572); Blue value is 199 (78.12% from 255 or 34.79% from 572); Max value from RGB is 243 - color contains mainly: red. Hex color #F382C7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F382C7 is #0C7D38. Grayscale: #ABABAB. Windows color (decimal): -818489 or 13075187. OLE color: 13075187.

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

Color convert

RGB 243 130 199 -
CMYK 0 0.47 0.18 0.05
HSL 323.36º 0.82% 0.73% -
HSV(B) 323.36º 0.47% 0.95% -
XYZ 55.25 39.14 58.68 -
YUV 171.65 143.44 178.89 -
System Red Green Blue C M Y K H S L
Decimal 243 130 199 0 0.47 0.18 0.05 323.36 0.82 0.73
Hex F3 82 C7 0 2F 12 5 143 52 49
Octal 363 202 307 0 57 22 5 503 122 111
Binary 11110011 10000010 11000111 0 101111 10010 101 101000011 1010010 1001001

Color Harmonies of #F382C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F382C7

Black with #F382C7

Text Example


Text Example

White with #F382C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F382C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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