Html Css Color HEX #F992CD Tea Rose

📋 copy color: '#F992CD'

red 249 ◦ green 146 ◦ blue 205

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

Shades of Tea Rose #F992CD

Tints of Tea Rose #F992CD

RGB

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

 GREEN value IS 146 (57.42% from 255) = 24.33%

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

R = 41.5%
G = 24.33%
B = 34.17%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#F992CD (or 0xF992CD) is known color: Tea Rose. HEX triplet: F9, 92 and CD. RGB value is (249,146,205). Sum of RGB (Red+Green+Blue) = 249+146+205=600 (79% of max value = 765). Red value is 249 (97.66% from 255 or 41.5% from 600); Green value is 146 (57.42% from 255 or 24.33% from 600); Blue value is 205 (80.47% from 255 or 34.17% from 600); Max value from RGB is 249 - color contains mainly: red. Hex color #F992CD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F992CD is #066D32. Grayscale: #B7B7B7. Windows color (decimal): -421171 or 13472505. OLE color: 13472505.

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

Color convert

RGB 249 146 205 -
CMYK 0 0.41 0.18 0.02
HSL 325.63º 0.9% 0.77% -
HSV(B) 325.63º 0.41% 0.98% -
XYZ 60.37 45.11 63.28 -
YUV 183.52 140.12 174.7 -
System Red Green Blue C M Y K H S L
Decimal 249 146 205 0 0.41 0.18 0.02 325.63 0.9 0.77
Hex F9 92 CD 0 29 12 2 146 5A 4D
Octal 371 222 315 0 51 22 2 506 132 115
Binary 11111001 10010010 11001101 0 101001 10010 10 101000110 1011010 1001101

Color Harmonies of #F992CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F992CD

Black with #F992CD

Text Example


Text Example

White with #F992CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F992CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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