Html Css Color HEX #F982CD Tea Rose

📋 copy color: '#F982CD'

red 249 ◦ green 130 ◦ blue 205

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

Shades of Tea Rose #F982CD

Tints of Tea Rose #F982CD

RGB

 RED value IS 249 (97.66% from 255) = 42.64%

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

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

R = 42.64%
G = 22.26%
B = 35.1%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#F982CD (or 0xF982CD) is known color: Tea Rose. HEX triplet: F9, 82 and CD. RGB value is (249,130,205). Sum of RGB (Red+Green+Blue) = 249+130+205=584 (77% of max value = 765). Red value is 249 (97.66% from 255 or 42.64% from 584); Green value is 130 (51.17% from 255 or 22.26% from 584); Blue value is 205 (80.47% from 255 or 35.10% from 584); Max value from RGB is 249 - color contains mainly: red. Hex color #F982CD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F982CD is #067D32. Grayscale: #ADADAD. Windows color (decimal): -425267 or 13468409. OLE color: 13468409.

HSL color Cylindrical-coordinate representation of color #F982CD: hue angle of 322.18º degrees, saturation: 0.91, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F982CD is Cyan = 0, Magento = 0.48, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 130 205 -
CMYK 0 0.48 0.18 0.02
HSL 322.18º 0.91% 0.74% -
HSV(B) 322.18º 0.48% 0.98% -
XYZ 58.07 40.51 62.52 -
YUV 174.13 145.42 181.4 -
System Red Green Blue C M Y K H S L
Decimal 249 130 205 0 0.48 0.18 0.02 322.18 0.91 0.74
Hex F9 82 CD 0 30 12 2 142 5B 4A
Octal 371 202 315 0 60 22 2 502 133 112
Binary 11111001 10000010 11001101 0 110000 10010 10 101000010 1011011 1001010

Color Harmonies of #F982CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F982CD

Black with #F982CD

Text Example


Text Example

White with #F982CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F982CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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