Html Css Color HEX #F582CD Tea Rose

📋 copy color: '#F582CD'

red 245 ◦ green 130 ◦ blue 205

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

Shades of Tea Rose #F582CD

Tints of Tea Rose #F582CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 35.34%

R = 42.24%
G = 22.41%
B = 35.34%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.16

 K value IS 0.04

RGB Variations

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

Color information

#F582CD (or 0xF582CD) is known color: Tea Rose. HEX triplet: F5, 82 and CD. RGB value is (245,130,205). Sum of RGB (Red+Green+Blue) = 245+130+205=580 (76% of max value = 765). Red value is 245 (96.09% from 255 or 42.24% from 580); Green value is 130 (51.17% from 255 or 22.41% from 580); Blue value is 205 (80.47% from 255 or 35.34% from 580); Max value from RGB is 245 - color contains mainly: red. Hex color #F582CD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F582CD is #0A7D32. Grayscale: #ACACAC. Windows color (decimal): -687411 or 13468405. OLE color: 13468405.

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

Color convert

RGB 245 130 205 -
CMYK 0 0.47 0.16 0.04
HSL 320.87º 0.85% 0.74% -
HSV(B) 320.87º 0.47% 0.96% -
XYZ 56.66 39.79 62.45 -
YUV 172.94 146.1 179.4 -
System Red Green Blue C M Y K H S L
Decimal 245 130 205 0 0.47 0.16 0.04 320.87 0.85 0.74
Hex F5 82 CD 0 2F 10 4 141 55 4A
Octal 365 202 315 0 57 20 4 501 125 112
Binary 11110101 10000010 11001101 0 101111 10000 100 101000001 1010101 1001010

Color Harmonies of #F582CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F582CD

Black with #F582CD

Text Example


Text Example

White with #F582CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F582CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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