Html Css Color HEX #F993CA Tea Rose

📋 copy color: '#F993CA'

red 249 ◦ green 147 ◦ blue 202

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

Shades of Tea Rose #F993CA

Tints of Tea Rose #F993CA

RGB

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

 GREEN value IS 147 (57.81% from 255) = 24.58%

 BLUE value IS 202 (79.3% from 255) = 33.78%

R = 41.64%
G = 24.58%
B = 33.78%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.19

 K value IS 0.02

RGB Variations

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

Color information

#F993CA (or 0xF993CA) is known color: Tea Rose. HEX triplet: F9, 93 and CA. RGB value is (249,147,202). Sum of RGB (Red+Green+Blue) = 249+147+202=598 (79% of max value = 765). Red value is 249 (97.66% from 255 or 41.64% from 598); Green value is 147 (57.81% from 255 or 24.58% from 598); Blue value is 202 (79.30% from 255 or 33.78% from 598); Max value from RGB is 249 - color contains mainly: red. Hex color #F993CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F993CA is #066C35. Grayscale: #B7B7B7. Windows color (decimal): -420918 or 13276153. OLE color: 13276153.

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

Color convert

RGB 249 147 202 -
CMYK 0 0.41 0.19 0.02
HSL 327.65º 0.89% 0.78% -
HSV(B) 327.65º 0.41% 0.98% -
XYZ 60.16 45.27 61.44 -
YUV 183.77 138.29 174.53 -
System Red Green Blue C M Y K H S L
Decimal 249 147 202 0 0.41 0.19 0.02 327.65 0.89 0.78
Hex F9 93 CA 0 29 13 2 148 59 4E
Octal 371 223 312 0 51 23 2 510 131 116
Binary 11111001 10010011 11001010 0 101001 10011 10 101001000 1011001 1001110

Color Harmonies of #F993CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F993CA

Black with #F993CA

Text Example


Text Example

White with #F993CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F993CA; }

 p { color: rgb(249,147,202); }

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

background-color css

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

 a { background-color: rgb(249,147,202); }

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

border-color css

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

 span { border-color: rgb(249,147,202); }

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