Html Css Color HEX #F47FCB Tea Rose

📋 copy color: '#F47FCB'

red 244 ◦ green 127 ◦ blue 203

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

Shades of Tea Rose #F47FCB

Tints of Tea Rose #F47FCB

RGB

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

 GREEN value IS 127 (50% from 255) = 22.13%

 BLUE value IS 203 (79.69% from 255) = 35.37%

R = 42.51%
G = 22.13%
B = 35.37%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.17

 K value IS 0.04

RGB Variations

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

Color information

#F47FCB (or 0xF47FCB) is known color: Tea Rose. HEX triplet: F4, 7F and CB. RGB value is (244,127,203). Sum of RGB (Red+Green+Blue) = 244+127+203=574 (76% of max value = 765). Red value is 244 (95.70% from 255 or 42.51% from 574); Green value is 127 (50% from 255 or 22.13% from 574); Blue value is 203 (79.69% from 255 or 35.37% from 574); Max value from RGB is 244 - color contains mainly: red. Hex color #F47FCB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F47FCB is #0B8034. Grayscale: #AAAAAA. Windows color (decimal): -753717 or 13336564. OLE color: 13336564.

HSL color Cylindrical-coordinate representation of color #F47FCB: hue angle of 321.03º degrees, saturation: 0.84, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F47FCB is Cyan = 0, Magento = 0.48, Yellow = 0.17 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 127 203 -
CMYK 0 0.48 0.17 0.04
HSL 321.03º 0.84% 0.73% -
HSV(B) 321.03º 0.48% 0.96% -
XYZ 55.68 38.72 61.04 -
YUV 170.65 146.26 180.32 -
System Red Green Blue C M Y K H S L
Decimal 244 127 203 0 0.48 0.17 0.04 321.03 0.84 0.73
Hex F4 7F CB 0 30 11 4 141 54 49
Octal 364 177 313 0 60 21 4 501 124 111
Binary 11110100 1111111 11001011 0 110000 10001 100 101000001 1010100 1001001

Color Harmonies of #F47FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F47FCB

Black with #F47FCB

Text Example


Text Example

White with #F47FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F47FCB; }

 p { color: rgb(244,127,203); }

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

background-color css

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

 a { background-color: rgb(244,127,203); }

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

border-color css

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

 span { border-color: rgb(244,127,203); }

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