Html Css Color HEX #F47DCB Tea Rose

📋 copy color: '#F47DCB'

red 244 ◦ green 125 ◦ blue 203

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

Shades of Tea Rose #F47DCB

Tints of Tea Rose #F47DCB

RGB

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

 GREEN value IS 125 (49.22% from 255) = 21.85%

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

R = 42.66%
G = 21.85%
B = 35.49%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.17

 K value IS 0.04

RGB Variations

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

Color information

#F47DCB (or 0xF47DCB) is known color: Tea Rose. HEX triplet: F4, 7D and CB. RGB value is (244,125,203). Sum of RGB (Red+Green+Blue) = 244+125+203=572 (75% of max value = 765). Red value is 244 (95.70% from 255 or 42.66% from 572); Green value is 125 (49.22% from 255 or 21.85% from 572); Blue value is 203 (79.69% from 255 or 35.49% from 572); Max value from RGB is 244 - color contains mainly: red. Hex color #F47DCB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F47DCB is #0B8234. Grayscale: #A9A9A9. Windows color (decimal): -754229 or 13336052. OLE color: 13336052.

HSL color Cylindrical-coordinate representation of color #F47DCB: hue angle of 320.67º degrees, saturation: 0.84, 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 #F47DCB is Cyan = 0, Magento = 0.49, Yellow = 0.17 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 125 203 -
CMYK 0 0.49 0.17 0.04
HSL 320.67º 0.84% 0.72% -
HSV(B) 320.67º 0.49% 0.96% -
XYZ 55.42 38.21 60.95 -
YUV 169.47 146.92 181.16 -
System Red Green Blue C M Y K H S L
Decimal 244 125 203 0 0.49 0.17 0.04 320.67 0.84 0.72
Hex F4 7D CB 0 31 11 4 141 54 48
Octal 364 175 313 0 61 21 4 501 124 110
Binary 11110100 1111101 11001011 0 110001 10001 100 101000001 1010100 1001000

Color Harmonies of #F47DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F47DCB

Black with #F47DCB

Text Example


Text Example

White with #F47DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F47DCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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