Html Css Color HEX #F890C4 Tea Rose

📋 copy color: '#F890C4'

red 248 ◦ green 144 ◦ blue 196

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

Shades of Tea Rose #F890C4

Tints of Tea Rose #F890C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 33.33%

R = 42.18%
G = 24.49%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.21

 K value IS 0.03

RGB Variations

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

Color information

#F890C4 (or 0xF890C4) is known color: Tea Rose. HEX triplet: F8, 90 and C4. RGB value is (248,144,196). Sum of RGB (Red+Green+Blue) = 248+144+196=588 (77% of max value = 765). Red value is 248 (97.27% from 255 or 42.18% from 588); Green value is 144 (56.64% from 255 or 24.49% from 588); Blue value is 196 (76.95% from 255 or 33.33% from 588); Max value from RGB is 248 - color contains mainly: red. Hex color #F890C4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F890C4 is #076F3B. Grayscale: #B4B4B4. Windows color (decimal): -487228 or 12882168. OLE color: 12882168.

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

Color convert

RGB 248 144 196 -
CMYK 0 0.42 0.21 0.03
HSL 330º 0.88% 0.77% -
HSV(B) 330º 0.42% 0.97% -
XYZ 58.65 43.89 57.6 -
YUV 181.02 136.46 175.77 -
System Red Green Blue C M Y K H S L
Decimal 248 144 196 0 0.42 0.21 0.03 330 0.88 0.77
Hex F8 90 C4 0 2A 15 3 14A 58 4D
Octal 370 220 304 0 52 25 3 512 130 115
Binary 11111000 10010000 11000100 0 101010 10101 11 101001010 1011000 1001101

Color Harmonies of #F890C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F890C4

Black with #F890C4

Text Example


Text Example

White with #F890C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F890C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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