Html Css Color HEX #F582C1 Tea Rose

📋 copy color: '#F582C1'

red 245 ◦ green 130 ◦ blue 193

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

Shades of Tea Rose #F582C1

Tints of Tea Rose #F582C1

RGB

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

 GREEN value IS 130 (51.17% from 255) = 22.89%

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

R = 43.13%
G = 22.89%
B = 33.98%

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

#F582C1 (or 0xF582C1) is known color: Tea Rose. HEX triplet: F5, 82 and C1. RGB value is (245,130,193). Sum of RGB (Red+Green+Blue) = 245+130+193=568 (75% of max value = 765). Red value is 245 (96.09% from 255 or 43.13% from 568); Green value is 130 (51.17% from 255 or 22.89% from 568); Blue value is 193 (75.78% from 255 or 33.98% from 568); Max value from RGB is 245 - color contains mainly: red. Hex color #F582C1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F582C1 is #0A7D3E. Grayscale: #ABABAB. Windows color (decimal): -687423 or 12681973. OLE color: 12681973.

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

Color convert

RGB 245 130 193 -
CMYK 0 0.47 0.21 0.04
HSL 327.13º 0.85% 0.74% -
HSV(B) 327.13º 0.47% 0.96% -
XYZ 55.26 39.23 55.11 -
YUV 171.57 140.1 180.38 -
System Red Green Blue C M Y K H S L
Decimal 245 130 193 0 0.47 0.21 0.04 327.13 0.85 0.74
Hex F5 82 C1 0 2F 15 4 147 55 4A
Octal 365 202 301 0 57 25 4 507 125 112
Binary 11110101 10000010 11000001 0 101111 10101 100 101000111 1010101 1001010

Color Harmonies of #F582C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F582C1

Black with #F582C1

Text Example


Text Example

White with #F582C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F582C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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