Html Css Color HEX #F382C8 Tea Rose

📋 copy color: '#F382C8'

red 243 ◦ green 130 ◦ blue 200

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

Shades of Tea Rose #F382C8

Tints of Tea Rose #F382C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 34.9%

R = 42.41%
G = 22.69%
B = 34.9%

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

#F382C8 (or 0xF382C8) is known color: Tea Rose. HEX triplet: F3, 82 and C8. RGB value is (243,130,200). Sum of RGB (Red+Green+Blue) = 243+130+200=573 (75% of max value = 765). Red value is 243 (95.31% from 255 or 42.41% from 573); Green value is 130 (51.17% from 255 or 22.69% from 573); Blue value is 200 (78.52% from 255 or 34.90% from 573); Max value from RGB is 243 - color contains mainly: red. Hex color #F382C8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F382C8 is #0C7D37. Grayscale: #ABABAB. Windows color (decimal): -818488 or 13140723. OLE color: 13140723.

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

Color convert

RGB 243 130 200 -
CMYK 0 0.47 0.18 0.05
HSL 322.83º 0.82% 0.73% -
HSV(B) 322.83º 0.47% 0.95% -
XYZ 55.37 39.19 59.29 -
YUV 171.77 143.94 178.81 -
System Red Green Blue C M Y K H S L
Decimal 243 130 200 0 0.47 0.18 0.05 322.83 0.82 0.73
Hex F3 82 C8 0 2F 12 5 143 52 49
Octal 363 202 310 0 57 22 5 503 122 111
Binary 11110011 10000010 11001000 0 101111 10010 101 101000011 1010010 1001001

Color Harmonies of #F382C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F382C8

Black with #F382C8

Text Example


Text Example

White with #F382C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F382C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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