Html Css Color HEX #F581C1 Tea Rose

📋 copy color: '#F581C1'

red 245 ◦ green 129 ◦ blue 193

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

Shades of Tea Rose #F581C1

Tints of Tea Rose #F581C1

RGB

 RED value IS 245 (96.09% from 255) = 43.21%

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

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

R = 43.21%
G = 22.75%
B = 34.04%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.21

 K value IS 0.04

RGB Variations

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

Color information

#F581C1 (or 0xF581C1) is known color: Tea Rose. HEX triplet: F5, 81 and C1. RGB value is (245,129,193). Sum of RGB (Red+Green+Blue) = 245+129+193=567 (75% of max value = 765). Red value is 245 (96.09% from 255 or 43.21% from 567); Green value is 129 (50.78% from 255 or 22.75% from 567); Blue value is 193 (75.78% from 255 or 34.04% from 567); Max value from RGB is 245 - color contains mainly: red. Hex color #F581C1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F581C1 is #0A7E3E. Grayscale: #AAAAAA. Windows color (decimal): -687679 or 12681717. OLE color: 12681717.

HSL color Cylindrical-coordinate representation of color #F581C1: hue angle of 326.9º degrees, saturation: 0.85, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F581C1 is Cyan = 0, Magento = 0.47, Yellow = 0.21 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 129 193 -
CMYK 0 0.47 0.21 0.04
HSL 326.9º 0.85% 0.73% -
HSV(B) 326.9º 0.47% 0.96% -
XYZ 55.13 38.96 55.07 -
YUV 170.98 140.43 180.8 -
System Red Green Blue C M Y K H S L
Decimal 245 129 193 0 0.47 0.21 0.04 326.9 0.85 0.73
Hex F5 81 C1 0 2F 15 4 147 55 49
Octal 365 201 301 0 57 25 4 507 125 111
Binary 11110101 10000001 11000001 0 101111 10101 100 101000111 1010101 1001001

Color Harmonies of #F581C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F581C1

Black with #F581C1

Text Example


Text Example

White with #F581C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F581C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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