Html Css Color HEX #F383C5 Tea Rose

📋 copy color: '#F383C5'

red 243 ◦ green 131 ◦ blue 197

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

Shades of Tea Rose #F383C5

Tints of Tea Rose #F383C5

RGB

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

 GREEN value IS 131 (51.56% from 255) = 22.94%

 BLUE value IS 197 (77.34% from 255) = 34.5%

R = 42.56%
G = 22.94%
B = 34.5%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.19

 K value IS 0.05

RGB Variations

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

Color information

#F383C5 (or 0xF383C5) is known color: Tea Rose. HEX triplet: F3, 83 and C5. RGB value is (243,131,197). Sum of RGB (Red+Green+Blue) = 243+131+197=571 (75% of max value = 765). Red value is 243 (95.31% from 255 or 42.56% from 571); Green value is 131 (51.56% from 255 or 22.94% from 571); Blue value is 197 (77.34% from 255 or 34.50% from 571); Max value from RGB is 243 - color contains mainly: red. Hex color #F383C5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F383C5 is #0C7C3A. Grayscale: #ABABAB. Windows color (decimal): -818235 or 12944371. OLE color: 12944371.

HSL color Cylindrical-coordinate representation of color #F383C5: hue angle of 324.64º degrees, saturation: 0.82, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F383C5 is Cyan = 0, Magento = 0.46, Yellow = 0.19 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 131 197 -
CMYK 0 0.46 0.19 0.05
HSL 324.64º 0.82% 0.73% -
HSV(B) 324.64º 0.46% 0.95% -
XYZ 55.16 39.32 57.51 -
YUV 172.01 142.11 178.63 -
System Red Green Blue C M Y K H S L
Decimal 243 131 197 0 0.46 0.19 0.05 324.64 0.82 0.73
Hex F3 83 C5 0 2E 13 5 145 52 49
Octal 363 203 305 0 56 23 5 505 122 111
Binary 11110011 10000011 11000101 0 101110 10011 101 101000101 1010010 1001001

Color Harmonies of #F383C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F383C5

Black with #F383C5

Text Example


Text Example

White with #F383C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F383C5; }

 p { color: rgb(243,131,197); }

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

background-color css

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

 a { background-color: rgb(243,131,197); }

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

border-color css

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

 span { border-color: rgb(243,131,197); }

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