Html Css Color HEX #FF82C4 Tea Rose

📋 copy color: '#FF82C4'

red 255 ◦ green 130 ◦ blue 196

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

Shades of Tea Rose #FF82C4

Tints of Tea Rose #FF82C4

RGB

 RED value IS 255 (100% from 255) = 43.89%

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

 BLUE value IS 196 (76.95% from 255) = 33.73%

R = 43.89%
G = 22.38%
B = 33.73%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.23

 K value IS 0

RGB Variations

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

Color information

#FF82C4 (or 0xFF82C4) is known color: Tea Rose. HEX triplet: FF, 82 and C4. RGB value is (255,130,196). Sum of RGB (Red+Green+Blue) = 255+130+196=581 (76% of max value = 765). Red value is 255 (100% from 255 or 43.89% from 581); Green value is 130 (51.17% from 255 or 22.38% from 581); Blue value is 196 (76.95% from 255 or 33.73% from 581); Max value from RGB is 255 - color contains mainly: red. Hex color #FF82C4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF82C4 is #007D3B. Grayscale: #AEAEAE. Windows color (decimal): -32060 or 12878591. OLE color: 12878591.

HSL color Cylindrical-coordinate representation of color #FF82C4: hue angle of 328.32º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FF82C4 is Cyan = 0, Magento = 0.49, Yellow = 0.23 and Black (K on CMYK) = 0.

Color convert

RGB 255 130 196 -
CMYK 0 0.49 0.23 0
HSL 328.32º 1% 0.75% -
HSV(B) 328.32º 0.49% 1% -
XYZ 59.19 41.21 57.06 -
YUV 174.9 139.91 185.13 -
System Red Green Blue C M Y K H S L
Decimal 255 130 196 0 0.49 0.23 0 328.32 1 0.75
Hex FF 82 C4 0 31 17 0 148 64 4B
Octal 377 202 304 0 61 27 0 510 144 113
Binary 11111111 10000010 11000100 0 110001 10111 0 101001000 1100100 1001011

Color Harmonies of #FF82C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF82C4

Black with #FF82C4

Text Example


Text Example

White with #FF82C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF82C4; }

 p { color: rgb(255,130,196); }

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

background-color css

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

 a { background-color: rgb(255,130,196); }

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

border-color css

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

 span { border-color: rgb(255,130,196); }

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