Html Css Color HEX #F381C1 Tea Rose

📋 copy color: '#F381C1'

red 243 ◦ green 129 ◦ blue 193

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

Shades of Tea Rose #F381C1

Tints of Tea Rose #F381C1

RGB

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

 GREEN value IS 129 (50.78% from 255) = 22.83%

 BLUE value IS 193 (75.78% from 255) = 34.16%

R = 43.01%
G = 22.83%
B = 34.16%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.21

 K value IS 0.05

RGB Variations

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

Color information

#F381C1 (or 0xF381C1) is known color: Tea Rose. HEX triplet: F3, 81 and C1. RGB value is (243,129,193). Sum of RGB (Red+Green+Blue) = 243+129+193=565 (74% of max value = 765). Red value is 243 (95.31% from 255 or 43.01% from 565); Green value is 129 (50.78% from 255 or 22.83% from 565); Blue value is 193 (75.78% from 255 or 34.16% from 565); Max value from RGB is 243 - color contains mainly: red. Hex color #F381C1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F381C1 is #0C7E3E. Grayscale: #AAAAAA. Windows color (decimal): -818751 or 12681715. OLE color: 12681715.

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

Color convert

RGB 243 129 193 -
CMYK 0 0.47 0.21 0.05
HSL 326.32º 0.83% 0.73% -
HSV(B) 326.32º 0.47% 0.95% -
XYZ 54.44 38.61 55.03 -
YUV 170.38 140.77 179.8 -
System Red Green Blue C M Y K H S L
Decimal 243 129 193 0 0.47 0.21 0.05 326.32 0.83 0.73
Hex F3 81 C1 0 2F 15 5 146 53 49
Octal 363 201 301 0 57 25 5 506 123 111
Binary 11110011 10000001 11000001 0 101111 10101 101 101000110 1010011 1001001

Color Harmonies of #F381C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F381C1

Black with #F381C1

Text Example


Text Example

White with #F381C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F381C1; }

 p { color: rgb(243,129,193); }

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

background-color css

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

 a { background-color: rgb(243,129,193); }

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

border-color css

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

 span { border-color: rgb(243,129,193); }

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