Html Css Color HEX #F382C9 Tea Rose

📋 copy color: '#F382C9'

red 243 ◦ green 130 ◦ blue 201

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

Shades of Tea Rose #F382C9

Tints of Tea Rose #F382C9

RGB

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

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

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

R = 42.33%
G = 22.65%
B = 35.02%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.17

 K value IS 0.05

RGB Variations

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

Color information

#F382C9 (or 0xF382C9) is known color: Tea Rose. HEX triplet: F3, 82 and C9. RGB value is (243,130,201). Sum of RGB (Red+Green+Blue) = 243+130+201=574 (76% of max value = 765). Red value is 243 (95.31% from 255 or 42.33% from 574); Green value is 130 (51.17% from 255 or 22.65% from 574); Blue value is 201 (78.91% from 255 or 35.02% from 574); Max value from RGB is 243 - color contains mainly: red. Hex color #F382C9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F382C9 is #0C7D36. Grayscale: #ABABAB. Windows color (decimal): -818487 or 13206259. OLE color: 13206259.

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

Color convert

RGB 243 130 201 -
CMYK 0 0.47 0.17 0.05
HSL 322.3º 0.82% 0.73% -
HSV(B) 322.3º 0.47% 0.95% -
XYZ 55.49 39.24 59.91 -
YUV 171.88 144.44 178.73 -
System Red Green Blue C M Y K H S L
Decimal 243 130 201 0 0.47 0.17 0.05 322.3 0.82 0.73
Hex F3 82 C9 0 2F 11 5 142 52 49
Octal 363 202 311 0 57 21 5 502 122 111
Binary 11110011 10000010 11001001 0 101111 10001 101 101000010 1010010 1001001

Color Harmonies of #F382C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F382C9

Black with #F382C9

Text Example


Text Example

White with #F382C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F382C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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