Html Css Color HEX #F381CE Tea Rose

📋 copy color: '#F381CE'

red 243 ◦ green 129 ◦ blue 206

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

Shades of Tea Rose #F381CE

Tints of Tea Rose #F381CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 35.64%

R = 42.04%
G = 22.32%
B = 35.64%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.15

 K value IS 0.05

RGB Variations

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

Color information

#F381CE (or 0xF381CE) is known color: Tea Rose. HEX triplet: F3, 81 and CE. RGB value is (243,129,206). Sum of RGB (Red+Green+Blue) = 243+129+206=578 (76% of max value = 765). Red value is 243 (95.31% from 255 or 42.04% from 578); Green value is 129 (50.78% from 255 or 22.32% from 578); Blue value is 206 (80.86% from 255 or 35.64% from 578); Max value from RGB is 243 - color contains mainly: red. Hex color #F381CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F381CE is #0C7E31. Grayscale: #ABABAB. Windows color (decimal): -818738 or 13533683. OLE color: 13533683.

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

Color convert

RGB 243 129 206 -
CMYK 0 0.47 0.15 0.05
HSL 319.47º 0.83% 0.73% -
HSV(B) 319.47º 0.47% 0.95% -
XYZ 55.95 39.21 63.01 -
YUV 171.86 147.27 178.74 -
System Red Green Blue C M Y K H S L
Decimal 243 129 206 0 0.47 0.15 0.05 319.47 0.83 0.73
Hex F3 81 CE 0 2F F 5 13F 53 49
Octal 363 201 316 0 57 17 5 477 123 111
Binary 11110011 10000001 11001110 0 101111 1111 101 100111111 1010011 1001001

Color Harmonies of #F381CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F381CE

Black with #F381CE

Text Example


Text Example

White with #F381CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F381CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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