Html Css Color HEX #F993C9 Tea Rose

📋 copy color: '#F993C9'

red 249 ◦ green 147 ◦ blue 201

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

Shades of Tea Rose #F993C9

Tints of Tea Rose #F993C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 33.67%

R = 41.71%
G = 24.62%
B = 33.67%

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

#F993C9 (or 0xF993C9) is known color: Tea Rose. HEX triplet: F9, 93 and C9. RGB value is (249,147,201). Sum of RGB (Red+Green+Blue) = 249+147+201=597 (79% of max value = 765). Red value is 249 (97.66% from 255 or 41.71% from 597); Green value is 147 (57.81% from 255 or 24.62% from 597); Blue value is 201 (78.91% from 255 or 33.67% from 597); Max value from RGB is 249 - color contains mainly: red. Hex color #F993C9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F993C9 is #066C36. Grayscale: #B7B7B7. Windows color (decimal): -420919 or 13210617. OLE color: 13210617.

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

Color convert

RGB 249 147 201 -
CMYK 0 0.41 0.19 0.02
HSL 328.24º 0.89% 0.78% -
HSV(B) 328.24º 0.41% 0.98% -
XYZ 60.04 45.22 60.82 -
YUV 183.65 137.79 174.61 -
System Red Green Blue C M Y K H S L
Decimal 249 147 201 0 0.41 0.19 0.02 328.24 0.89 0.78
Hex F9 93 C9 0 29 13 2 148 59 4E
Octal 371 223 311 0 51 23 2 510 131 116
Binary 11111001 10010011 11001001 0 101001 10011 10 101001000 1011001 1001110

Color Harmonies of #F993C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F993C9

Black with #F993C9

Text Example


Text Example

White with #F993C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F993C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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