Html Css Color HEX #F893C5 Tea Rose

📋 copy color: '#F893C5'

red 248 ◦ green 147 ◦ blue 197

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

Shades of Tea Rose #F893C5

Tints of Tea Rose #F893C5

RGB

 RED value IS 248 (97.27% from 255) = 41.89%

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

 BLUE value IS 197 (77.34% from 255) = 33.28%

R = 41.89%
G = 24.83%
B = 33.28%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.21

 K value IS 0.03

RGB Variations

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

Color information

#F893C5 (or 0xF893C5) is known color: Tea Rose. HEX triplet: F8, 93 and C5. RGB value is (248,147,197). Sum of RGB (Red+Green+Blue) = 248+147+197=592 (78% of max value = 765). Red value is 248 (97.27% from 255 or 41.89% from 592); Green value is 147 (57.81% from 255 or 24.83% from 592); Blue value is 197 (77.34% from 255 or 33.28% from 592); Max value from RGB is 248 - color contains mainly: red. Hex color #F893C5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F893C5 is #076C3A. Grayscale: #B6B6B6. Windows color (decimal): -486459 or 12948472. OLE color: 12948472.

HSL color Cylindrical-coordinate representation of color #F893C5: hue angle of 330.3º degrees, saturation: 0.88, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F893C5 is Cyan = 0, Magento = 0.41, Yellow = 0.21 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 147 197 -
CMYK 0 0.41 0.21 0.03
HSL 330.3º 0.88% 0.77% -
HSV(B) 330.3º 0.41% 0.97% -
XYZ 59.22 44.86 58.36 -
YUV 182.9 135.96 174.43 -
System Red Green Blue C M Y K H S L
Decimal 248 147 197 0 0.41 0.21 0.03 330.3 0.88 0.77
Hex F8 93 C5 0 29 15 3 14A 58 4D
Octal 370 223 305 0 51 25 3 512 130 115
Binary 11111000 10010011 11000101 0 101001 10101 11 101001010 1011000 1001101

Color Harmonies of #F893C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F893C5

Black with #F893C5

Text Example


Text Example

White with #F893C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F893C5; }

 p { color: rgb(248,147,197); }

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

background-color css

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

 a { background-color: rgb(248,147,197); }

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

border-color css

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

 span { border-color: rgb(248,147,197); }

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