Html Css Color HEX #F582C8 Tea Rose

📋 copy color: '#F582C8'

red 245 ◦ green 130 ◦ blue 200

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

Shades of Tea Rose #F582C8

Tints of Tea Rose #F582C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 34.78%

R = 42.61%
G = 22.61%
B = 34.78%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.18

 K value IS 0.04

RGB Variations

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

Color information

#F582C8 (or 0xF582C8) is known color: Tea Rose. HEX triplet: F5, 82 and C8. RGB value is (245,130,200). Sum of RGB (Red+Green+Blue) = 245+130+200=575 (76% of max value = 765). Red value is 245 (96.09% from 255 or 42.61% from 575); Green value is 130 (51.17% from 255 or 22.61% from 575); Blue value is 200 (78.52% from 255 or 34.78% from 575); Max value from RGB is 245 - color contains mainly: red. Hex color #F582C8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F582C8 is #0A7D37. Grayscale: #ACACAC. Windows color (decimal): -687416 or 13140725. OLE color: 13140725.

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

Color convert

RGB 245 130 200 -
CMYK 0 0.47 0.18 0.04
HSL 323.48º 0.85% 0.74% -
HSV(B) 323.48º 0.47% 0.96% -
XYZ 56.06 39.55 59.32 -
YUV 172.37 143.6 179.81 -
System Red Green Blue C M Y K H S L
Decimal 245 130 200 0 0.47 0.18 0.04 323.48 0.85 0.74
Hex F5 82 C8 0 2F 12 4 143 55 4A
Octal 365 202 310 0 57 22 4 503 125 112
Binary 11110101 10000010 11001000 0 101111 10010 100 101000011 1010101 1001010

Color Harmonies of #F582C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F582C8

Black with #F582C8

Text Example


Text Example

White with #F582C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F582C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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