Html Css Color HEX #F17FCF Tea Rose

📋 copy color: '#F17FCF'

red 241 ◦ green 127 ◦ blue 207

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

Shades of Tea Rose #F17FCF

Tints of Tea Rose #F17FCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 36%

R = 41.91%
G = 22.09%
B = 36%

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

#F17FCF (or 0xF17FCF) is known color: Tea Rose. HEX triplet: F1, 7F and CF. RGB value is (241,127,207). Sum of RGB (Red+Green+Blue) = 241+127+207=575 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.91% from 575); Green value is 127 (50% from 255 or 22.09% from 575); Blue value is 207 (81.25% from 255 or 36% from 575); Max value from RGB is 241 - color contains mainly: red. Hex color #F17FCF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F17FCF is #0E8030. Grayscale: #AAAAAA. Windows color (decimal): -950321 or 13598705. OLE color: 13598705.

HSL color Cylindrical-coordinate representation of color #F17FCF: hue angle of 317.89º 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 #F17FCF is Cyan = 0, Magento = 0.47, Yellow = 0.14 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 127 207 -
CMYK 0 0.47 0.14 0.05
HSL 317.89º 0.8% 0.72% -
HSV(B) 317.89º 0.47% 0.95% -
XYZ 55.13 38.38 63.53 -
YUV 170.21 148.77 178.5 -
System Red Green Blue C M Y K H S L
Decimal 241 127 207 0 0.47 0.14 0.05 317.89 0.8 0.72
Hex F1 7F CF 0 2F E 5 13E 50 48
Octal 361 177 317 0 57 16 5 476 120 110
Binary 11110001 1111111 11001111 0 101111 1110 101 100111110 1010000 1001000

Color Harmonies of #F17FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F17FCF

Black with #F17FCF

Text Example


Text Example

White with #F17FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F17FCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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