Html Css Color HEX #F890C7 Tea Rose

📋 copy color: '#F890C7'

red 248 ◦ green 144 ◦ blue 199

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

Shades of Tea Rose #F890C7

Tints of Tea Rose #F890C7

RGB

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

 GREEN value IS 144 (56.64% from 255) = 24.37%

 BLUE value IS 199 (78.13% from 255) = 33.67%

R = 41.96%
G = 24.37%
B = 33.67%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.20

 K value IS 0.03

RGB Variations

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

Color information

#F890C7 (or 0xF890C7) is known color: Tea Rose. HEX triplet: F8, 90 and C7. RGB value is (248,144,199). Sum of RGB (Red+Green+Blue) = 248+144+199=591 (78% of max value = 765). Red value is 248 (97.27% from 255 or 41.96% from 591); Green value is 144 (56.64% from 255 or 24.37% from 591); Blue value is 199 (78.12% from 255 or 33.67% from 591); Max value from RGB is 248 - color contains mainly: red. Hex color #F890C7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F890C7 is #076F38. Grayscale: #B5B5B5. Windows color (decimal): -487225 or 13078776. OLE color: 13078776.

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

Color convert

RGB 248 144 199 -
CMYK 0 0.42 0.20 0.03
HSL 328.27º 0.88% 0.77% -
HSV(B) 328.27º 0.42% 0.97% -
XYZ 58.99 44.03 59.42 -
YUV 181.37 137.96 175.53 -
System Red Green Blue C M Y K H S L
Decimal 248 144 199 0 0.42 0.20 0.03 328.27 0.88 0.77
Hex F8 90 C7 0 2A 14 3 148 58 4D
Octal 370 220 307 0 52 24 3 510 130 115
Binary 11111000 10010000 11000111 0 101010 10100 11 101001000 1011000 1001101

Color Harmonies of #F890C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F890C7

Black with #F890C7

Text Example


Text Example

White with #F890C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F890C7; }

 p { color: rgb(248,144,199); }

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

background-color css

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

 a { background-color: rgb(248,144,199); }

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

border-color css

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

 span { border-color: rgb(248,144,199); }

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