Html Css Color HEX #F381D1 Tea Rose

📋 copy color: '#F381D1'

red 243 ◦ green 129 ◦ blue 209

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

Shades of Tea Rose #F381D1

Tints of Tea Rose #F381D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 35.97%

R = 41.82%
G = 22.2%
B = 35.97%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.14

 K value IS 0.05

RGB Variations

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

Color information

#F381D1 (or 0xF381D1) is known color: Tea Rose. HEX triplet: F3, 81 and D1. RGB value is (243,129,209). Sum of RGB (Red+Green+Blue) = 243+129+209=581 (76% of max value = 765). Red value is 243 (95.31% from 255 or 41.82% from 581); Green value is 129 (50.78% from 255 or 22.20% from 581); Blue value is 209 (82.03% from 255 or 35.97% from 581); Max value from RGB is 243 - color contains mainly: red. Hex color #F381D1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F381D1 is #0C7E2E. Grayscale: #ACACAC. Windows color (decimal): -818735 or 13730291. OLE color: 13730291.

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

Color convert

RGB 243 129 209 -
CMYK 0 0.47 0.14 0.05
HSL 317.89º 0.83% 0.73% -
HSV(B) 317.89º 0.47% 0.95% -
XYZ 56.32 39.36 64.95 -
YUV 172.21 148.77 178.5 -
System Red Green Blue C M Y K H S L
Decimal 243 129 209 0 0.47 0.14 0.05 317.89 0.83 0.73
Hex F3 81 D1 0 2F E 5 13E 53 49
Octal 363 201 321 0 57 16 5 476 123 111
Binary 11110011 10000001 11010001 0 101111 1110 101 100111110 1010011 1001001

Color Harmonies of #F381D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F381D1

Black with #F381D1

Text Example


Text Example

White with #F381D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F381D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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