Html Css Color HEX #F893CF Tea Rose

📋 copy color: '#F893CF'

red 248 ◦ green 147 ◦ blue 207

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

Shades of Tea Rose #F893CF

Tints of Tea Rose #F893CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 34.39%

R = 41.2%
G = 24.42%
B = 34.39%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.17

 K value IS 0.03

RGB Variations

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

Color information

#F893CF (or 0xF893CF) is known color: Tea Rose. HEX triplet: F8, 93 and CF. RGB value is (248,147,207). Sum of RGB (Red+Green+Blue) = 248+147+207=602 (79% of max value = 765). Red value is 248 (97.27% from 255 or 41.20% from 602); Green value is 147 (57.81% from 255 or 24.42% from 602); Blue value is 207 (81.25% from 255 or 34.39% from 602); Max value from RGB is 248 - color contains mainly: red. Hex color #F893CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F893CF is #076C30. Grayscale: #B7B7B7. Windows color (decimal): -486449 or 13603832. OLE color: 13603832.

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

Color convert

RGB 248 147 207 -
CMYK 0 0.41 0.17 0.03
HSL 324.36º 0.88% 0.77% -
HSV(B) 324.36º 0.41% 0.97% -
XYZ 60.41 45.33 64.6 -
YUV 184.04 140.96 173.62 -
System Red Green Blue C M Y K H S L
Decimal 248 147 207 0 0.41 0.17 0.03 324.36 0.88 0.77
Hex F8 93 CF 0 29 11 3 144 58 4D
Octal 370 223 317 0 51 21 3 504 130 115
Binary 11111000 10010011 11001111 0 101001 10001 11 101000100 1011000 1001101

Color Harmonies of #F893CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F893CF

Black with #F893CF

Text Example


Text Example

White with #F893CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F893CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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