Html Css Color HEX #F488CD Tea Rose

📋 copy color: '#F488CD'

red 244 ◦ green 136 ◦ blue 205

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

Shades of Tea Rose #F488CD

Tints of Tea Rose #F488CD

RGB

 RED value IS 244 (95.7% from 255) = 41.71%

 GREEN value IS 136 (53.52% from 255) = 23.25%

 BLUE value IS 205 (80.47% from 255) = 35.04%

R = 41.71%
G = 23.25%
B = 35.04%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.16

 K value IS 0.04

RGB Variations

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

Color information

#F488CD (or 0xF488CD) is known color: Tea Rose. HEX triplet: F4, 88 and CD. RGB value is (244,136,205). Sum of RGB (Red+Green+Blue) = 244+136+205=585 (77% of max value = 765). Red value is 244 (95.70% from 255 or 41.71% from 585); Green value is 136 (53.52% from 255 or 23.25% from 585); Blue value is 205 (80.47% from 255 or 35.04% from 585); Max value from RGB is 244 - color contains mainly: red. Hex color #F488CD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F488CD is #0B7732. Grayscale: #AFAFAF. Windows color (decimal): -751411 or 13469940. OLE color: 13469940.

HSL color Cylindrical-coordinate representation of color #F488CD: hue angle of 321.67º degrees, saturation: 0.83, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F488CD is Cyan = 0, Magento = 0.44, Yellow = 0.16 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 136 205 -
CMYK 0 0.44 0.16 0.04
HSL 321.67º 0.83% 0.75% -
HSV(B) 321.67º 0.44% 0.96% -
XYZ 57.13 41.25 62.71 -
YUV 176.16 144.28 176.39 -
System Red Green Blue C M Y K H S L
Decimal 244 136 205 0 0.44 0.16 0.04 321.67 0.83 0.75
Hex F4 88 CD 0 2C 10 4 142 53 4B
Octal 364 210 315 0 54 20 4 502 123 113
Binary 11110100 10001000 11001101 0 101100 10000 100 101000010 1010011 1001011

Color Harmonies of #F488CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F488CD

Black with #F488CD

Text Example


Text Example

White with #F488CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F488CD; }

 p { color: rgb(244,136,205); }

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

background-color css

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

 a { background-color: rgb(244,136,205); }

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

border-color css

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

 span { border-color: rgb(244,136,205); }

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