Html Css Color HEX #F982C3 Tea Rose

📋 copy color: '#F982C3'

red 249 ◦ green 130 ◦ blue 195

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

Shades of Tea Rose #F982C3

Tints of Tea Rose #F982C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 33.97%

R = 43.38%
G = 22.65%
B = 33.97%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.22

 K value IS 0.02

RGB Variations

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

Color information

#F982C3 (or 0xF982C3) is known color: Tea Rose. HEX triplet: F9, 82 and C3. RGB value is (249,130,195). Sum of RGB (Red+Green+Blue) = 249+130+195=574 (76% of max value = 765). Red value is 249 (97.66% from 255 or 43.38% from 574); Green value is 130 (51.17% from 255 or 22.65% from 574); Blue value is 195 (76.56% from 255 or 33.97% from 574); Max value from RGB is 249 - color contains mainly: red. Hex color #F982C3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F982C3 is #067D3C. Grayscale: #ACACAC. Windows color (decimal): -425277 or 12813049. OLE color: 12813049.

HSL color Cylindrical-coordinate representation of color #F982C3: hue angle of 327.23º 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 #F982C3 is Cyan = 0, Magento = 0.48, Yellow = 0.22 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 130 195 -
CMYK 0 0.48 0.22 0.02
HSL 327.23º 0.91% 0.74% -
HSV(B) 327.23º 0.48% 0.98% -
XYZ 56.9 40.05 56.36 -
YUV 172.99 140.42 182.21 -
System Red Green Blue C M Y K H S L
Decimal 249 130 195 0 0.48 0.22 0.02 327.23 0.91 0.74
Hex F9 82 C3 0 30 16 2 147 5B 4A
Octal 371 202 303 0 60 26 2 507 133 112
Binary 11111001 10000010 11000011 0 110000 10110 10 101000111 1011011 1001010

Color Harmonies of #F982C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F982C3

Black with #F982C3

Text Example


Text Example

White with #F982C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F982C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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