Html Css Color HEX #F17ACB Tea Rose

📋 copy color: '#F17ACB'

red 241 ◦ green 122 ◦ blue 203

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

Shades of Tea Rose #F17ACB

Tints of Tea Rose #F17ACB

RGB

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

 GREEN value IS 122 (48.05% from 255) = 21.55%

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

R = 42.58%
G = 21.55%
B = 35.87%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.16

 K value IS 0.05

RGB Variations

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

Color information

#F17ACB (or 0xF17ACB) is known color: Tea Rose. HEX triplet: F1, 7A and CB. RGB value is (241,122,203). Sum of RGB (Red+Green+Blue) = 241+122+203=566 (74% of max value = 765). Red value is 241 (94.53% from 255 or 42.58% from 566); Green value is 122 (48.05% from 255 or 21.55% from 566); Blue value is 203 (79.69% from 255 or 35.87% from 566); Max value from RGB is 241 - color contains mainly: red. Hex color #F17ACB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F17ACB is #0E8534. Grayscale: #A6A6A6. Windows color (decimal): -951605 or 13335281. OLE color: 13335281.

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

Color convert

RGB 241 122 203 -
CMYK 0 0.49 0.16 0.05
HSL 319.16º 0.81% 0.71% -
HSV(B) 319.16º 0.49% 0.95% -
XYZ 54.01 36.93 60.78 -
YUV 166.82 148.42 180.91 -
System Red Green Blue C M Y K H S L
Decimal 241 122 203 0 0.49 0.16 0.05 319.16 0.81 0.71
Hex F1 7A CB 0 31 10 5 13F 51 47
Octal 361 172 313 0 61 20 5 477 121 107
Binary 11110001 1111010 11001011 0 110001 10000 101 100111111 1010001 1000111

Color Harmonies of #F17ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F17ACB

Black with #F17ACB

Text Example


Text Example

White with #F17ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F17ACB; }

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

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

background-color css

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

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

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

border-color css

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

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

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