Html Css Color HEX #F383C2 Tea Rose

📋 copy color: '#F383C2'

red 243 ◦ green 131 ◦ blue 194

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

Shades of Tea Rose #F383C2

Tints of Tea Rose #F383C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 34.15%

R = 42.78%
G = 23.06%
B = 34.15%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.20

 K value IS 0.05

RGB Variations

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

Color information

#F383C2 (or 0xF383C2) is known color: Tea Rose. HEX triplet: F3, 83 and C2. RGB value is (243,131,194). Sum of RGB (Red+Green+Blue) = 243+131+194=568 (75% of max value = 765). Red value is 243 (95.31% from 255 or 42.78% from 568); Green value is 131 (51.56% from 255 or 23.06% from 568); Blue value is 194 (76.17% from 255 or 34.15% from 568); Max value from RGB is 243 - color contains mainly: red. Hex color #F383C2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F383C2 is #0C7C3D. Grayscale: #ABABAB. Windows color (decimal): -818238 or 12747763. OLE color: 12747763.

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

Color convert

RGB 243 131 194 -
CMYK 0 0.46 0.20 0.05
HSL 326.25º 0.82% 0.73% -
HSV(B) 326.25º 0.46% 0.95% -
XYZ 54.82 39.18 55.71 -
YUV 171.67 140.61 178.88 -
System Red Green Blue C M Y K H S L
Decimal 243 131 194 0 0.46 0.20 0.05 326.25 0.82 0.73
Hex F3 83 C2 0 2E 14 5 146 52 49
Octal 363 203 302 0 56 24 5 506 122 111
Binary 11110011 10000011 11000010 0 101110 10100 101 101000110 1010010 1001001

Color Harmonies of #F383C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F383C2

Black with #F383C2

Text Example


Text Example

White with #F383C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F383C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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