Html Css Color HEX #F47CCD Tea Rose

📋 copy color: '#F47CCD'

red 244 ◦ green 124 ◦ blue 205

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

Shades of Tea Rose #F47CCD

Tints of Tea Rose #F47CCD

RGB

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

 GREEN value IS 124 (48.83% from 255) = 21.64%

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

R = 42.58%
G = 21.64%
B = 35.78%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.16

 K value IS 0.04

RGB Variations

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

Color information

#F47CCD (or 0xF47CCD) is known color: Tea Rose. HEX triplet: F4, 7C and CD. RGB value is (244,124,205). Sum of RGB (Red+Green+Blue) = 244+124+205=573 (75% of max value = 765). Red value is 244 (95.70% from 255 or 42.58% from 573); Green value is 124 (48.83% from 255 or 21.64% from 573); Blue value is 205 (80.47% from 255 or 35.78% from 573); Max value from RGB is 244 - color contains mainly: red. Hex color #F47CCD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F47CCD is #0B8332. Grayscale: #A8A8A8. Windows color (decimal): -754483 or 13466868. OLE color: 13466868.

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

Color convert

RGB 244 124 205 -
CMYK 0 0.49 0.16 0.04
HSL 319.5º 0.85% 0.72% -
HSV(B) 319.5º 0.49% 0.96% -
XYZ 55.54 38.06 62.18 -
YUV 169.11 148.26 181.41 -
System Red Green Blue C M Y K H S L
Decimal 244 124 205 0 0.49 0.16 0.04 319.5 0.85 0.72
Hex F4 7C CD 0 31 10 4 140 55 48
Octal 364 174 315 0 61 20 4 500 125 110
Binary 11110100 1111100 11001101 0 110001 10000 100 101000000 1010101 1001000

Color Harmonies of #F47CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F47CCD

Black with #F47CCD

Text Example


Text Example

White with #F47CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F47CCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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