Html Css Color HEX #F383C7 Tea Rose

📋 copy color: '#F383C7'

red 243 ◦ green 131 ◦ blue 199

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

Shades of Tea Rose #F383C7

Tints of Tea Rose #F383C7

RGB

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

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

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

R = 42.41%
G = 22.86%
B = 34.73%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.18

 K value IS 0.05

RGB Variations

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

Color information

#F383C7 (or 0xF383C7) is known color: Tea Rose. HEX triplet: F3, 83 and C7. RGB value is (243,131,199). Sum of RGB (Red+Green+Blue) = 243+131+199=573 (75% of max value = 765). Red value is 243 (95.31% from 255 or 42.41% from 573); Green value is 131 (51.56% from 255 or 22.86% from 573); Blue value is 199 (78.12% from 255 or 34.73% from 573); Max value from RGB is 243 - color contains mainly: red. Hex color #F383C7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F383C7 is #0C7C38. Grayscale: #ACACAC. Windows color (decimal): -818233 or 13075443. OLE color: 13075443.

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

Color convert

RGB 243 131 199 -
CMYK 0 0.46 0.18 0.05
HSL 323.57º 0.82% 0.73% -
HSV(B) 323.57º 0.46% 0.95% -
XYZ 55.39 39.41 58.72 -
YUV 172.24 143.11 178.47 -
System Red Green Blue C M Y K H S L
Decimal 243 131 199 0 0.46 0.18 0.05 323.57 0.82 0.73
Hex F3 83 C7 0 2E 12 5 144 52 49
Octal 363 203 307 0 56 22 5 504 122 111
Binary 11110011 10000011 11000111 0 101110 10010 101 101000100 1010010 1001001

Color Harmonies of #F383C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F383C7

Black with #F383C7

Text Example


Text Example

White with #F383C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F383C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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