Html Css Color HEX #F17FD0 Tea Rose

📋 copy color: '#F17FD0'

red 241 ◦ green 127 ◦ blue 208

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

Shades of Tea Rose #F17FD0

Tints of Tea Rose #F17FD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 36.11%

R = 41.84%
G = 22.05%
B = 36.11%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.14

 K value IS 0.05

RGB Variations

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

Color information

#F17FD0 (or 0xF17FD0) is known color: Tea Rose. HEX triplet: F1, 7F and D0. RGB value is (241,127,208). Sum of RGB (Red+Green+Blue) = 241+127+208=576 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.84% from 576); Green value is 127 (50% from 255 or 22.05% from 576); Blue value is 208 (81.64% from 255 or 36.11% from 576); Max value from RGB is 241 - color contains mainly: red. Hex color #F17FD0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F17FD0 is #0E802F. Grayscale: #AAAAAA. Windows color (decimal): -950320 or 13664241. OLE color: 13664241.

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

Color convert

RGB 241 127 208 -
CMYK 0 0.47 0.14 0.05
HSL 317.37º 0.8% 0.72% -
HSV(B) 317.37º 0.47% 0.95% -
XYZ 55.25 38.43 64.18 -
YUV 170.32 149.27 178.41 -
System Red Green Blue C M Y K H S L
Decimal 241 127 208 0 0.47 0.14 0.05 317.37 0.8 0.72
Hex F1 7F D0 0 2F E 5 13D 50 48
Octal 361 177 320 0 57 16 5 475 120 110
Binary 11110001 1111111 11010000 0 101111 1110 101 100111101 1010000 1001000

Color Harmonies of #F17FD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F17FD0

Black with #F17FD0

Text Example


Text Example

White with #F17FD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F17FD0; }

 p { color: rgb(241,127,208); }

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

background-color css

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

 a { background-color: rgb(241,127,208); }

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

border-color css

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

 span { border-color: rgb(241,127,208); }

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