Html Css Color HEX #F381C9 Tea Rose

📋 copy color: '#F381C9'

red 243 ◦ green 129 ◦ blue 201

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

Shades of Tea Rose #F381C9

Tints of Tea Rose #F381C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 35.08%

R = 42.41%
G = 22.51%
B = 35.08%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.17

 K value IS 0.05

RGB Variations

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

Color information

#F381C9 (or 0xF381C9) is known color: Tea Rose. HEX triplet: F3, 81 and C9. RGB value is (243,129,201). Sum of RGB (Red+Green+Blue) = 243+129+201=573 (75% of max value = 765). Red value is 243 (95.31% from 255 or 42.41% from 573); Green value is 129 (50.78% from 255 or 22.51% from 573); Blue value is 201 (78.91% from 255 or 35.08% from 573); Max value from RGB is 243 - color contains mainly: red. Hex color #F381C9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F381C9 is #0C7E36. Grayscale: #ABABAB. Windows color (decimal): -818743 or 13206003. OLE color: 13206003.

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

Color convert

RGB 243 129 201 -
CMYK 0 0.47 0.17 0.05
HSL 322.11º 0.83% 0.73% -
HSV(B) 322.11º 0.47% 0.95% -
XYZ 55.36 38.97 59.86 -
YUV 171.29 144.77 179.15 -
System Red Green Blue C M Y K H S L
Decimal 243 129 201 0 0.47 0.17 0.05 322.11 0.83 0.73
Hex F3 81 C9 0 2F 11 5 142 53 49
Octal 363 201 311 0 57 21 5 502 123 111
Binary 11110011 10000001 11001001 0 101111 10001 101 101000010 1010011 1001001

Color Harmonies of #F381C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F381C9

Black with #F381C9

Text Example


Text Example

White with #F381C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F381C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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