Html Css Color HEX #F381CC Tea Rose

📋 copy color: '#F381CC'

red 243 ◦ green 129 ◦ blue 204

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

Shades of Tea Rose #F381CC

Tints of Tea Rose #F381CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 35.42%

R = 42.19%
G = 22.4%
B = 35.42%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.16

 K value IS 0.05

RGB Variations

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

Color information

#F381CC (or 0xF381CC) is known color: Tea Rose. HEX triplet: F3, 81 and CC. RGB value is (243,129,204). Sum of RGB (Red+Green+Blue) = 243+129+204=576 (76% of max value = 765). Red value is 243 (95.31% from 255 or 42.19% from 576); Green value is 129 (50.78% from 255 or 22.40% from 576); Blue value is 204 (80.08% from 255 or 35.42% from 576); Max value from RGB is 243 - color contains mainly: red. Hex color #F381CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F381CC is #0C7E33. Grayscale: #ABABAB. Windows color (decimal): -818740 or 13402611. OLE color: 13402611.

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

Color convert

RGB 243 129 204 -
CMYK 0 0.47 0.16 0.05
HSL 320.53º 0.83% 0.73% -
HSV(B) 320.53º 0.47% 0.95% -
XYZ 55.71 39.11 61.74 -
YUV 171.64 146.27 178.9 -
System Red Green Blue C M Y K H S L
Decimal 243 129 204 0 0.47 0.16 0.05 320.53 0.83 0.73
Hex F3 81 CC 0 2F 10 5 141 53 49
Octal 363 201 314 0 57 20 5 501 123 111
Binary 11110011 10000001 11001100 0 101111 10000 101 101000001 1010011 1001001

Color Harmonies of #F381CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F381CC

Black with #F381CC

Text Example


Text Example

White with #F381CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F381CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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