Html Css Color HEX #F17DCB Tea Rose

📋 copy color: '#F17DCB'

red 241 ◦ green 125 ◦ blue 203

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

Shades of Tea Rose #F17DCB

Tints of Tea Rose #F17DCB

RGB

 RED value IS 241 (94.53% from 255) = 42.36%

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

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

R = 42.36%
G = 21.97%
B = 35.68%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.16

 K value IS 0.05

RGB Variations

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

Color information

#F17DCB (or 0xF17DCB) is known color: Tea Rose. HEX triplet: F1, 7D and CB. RGB value is (241,125,203). Sum of RGB (Red+Green+Blue) = 241+125+203=569 (75% of max value = 765). Red value is 241 (94.53% from 255 or 42.36% from 569); Green value is 125 (49.22% from 255 or 21.97% from 569); Blue value is 203 (79.69% from 255 or 35.68% from 569); Max value from RGB is 241 - color contains mainly: red. Hex color #F17DCB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F17DCB is #0E8234. Grayscale: #A8A8A8. Windows color (decimal): -950837 or 13336049. OLE color: 13336049.

HSL color Cylindrical-coordinate representation of color #F17DCB: hue angle of 319.66º degrees, saturation: 0.81, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F17DCB is Cyan = 0, Magento = 0.48, Yellow = 0.16 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 125 203 -
CMYK 0 0.48 0.16 0.05
HSL 319.66º 0.81% 0.72% -
HSV(B) 319.66º 0.48% 0.95% -
XYZ 54.39 37.68 60.91 -
YUV 168.58 147.43 179.66 -
System Red Green Blue C M Y K H S L
Decimal 241 125 203 0 0.48 0.16 0.05 319.66 0.81 0.72
Hex F1 7D CB 0 30 10 5 140 51 48
Octal 361 175 313 0 60 20 5 500 121 110
Binary 11110001 1111101 11001011 0 110000 10000 101 101000000 1010001 1001000

Color Harmonies of #F17DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F17DCB

Black with #F17DCB

Text Example


Text Example

White with #F17DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F17DCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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