Html Css Color HEX #F17FC3 Tea Rose

📋 copy color: '#F17FC3'

red 241 ◦ green 127 ◦ blue 195

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

Shades of Tea Rose #F17FC3

Tints of Tea Rose #F17FC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 34.64%

R = 42.81%
G = 22.56%
B = 34.64%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.19

 K value IS 0.05

RGB Variations

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

Color information

#F17FC3 (or 0xF17FC3) is known color: Tea Rose. HEX triplet: F1, 7F and C3. RGB value is (241,127,195). Sum of RGB (Red+Green+Blue) = 241+127+195=563 (74% of max value = 765). Red value is 241 (94.53% from 255 or 42.81% from 563); Green value is 127 (50% from 255 or 22.56% from 563); Blue value is 195 (76.56% from 255 or 34.64% from 563); Max value from RGB is 241 - color contains mainly: red. Hex color #F17FC3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F17FC3 is #0E803C. Grayscale: #A8A8A8. Windows color (decimal): -950333 or 12812273. OLE color: 12812273.

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

Color convert

RGB 241 127 195 -
CMYK 0 0.47 0.19 0.05
HSL 324.21º 0.8% 0.72% -
HSV(B) 324.21º 0.47% 0.95% -
XYZ 53.72 37.82 56.1 -
YUV 168.84 142.77 179.47 -
System Red Green Blue C M Y K H S L
Decimal 241 127 195 0 0.47 0.19 0.05 324.21 0.8 0.72
Hex F1 7F C3 0 2F 13 5 144 50 48
Octal 361 177 303 0 57 23 5 504 120 110
Binary 11110001 1111111 11000011 0 101111 10011 101 101000100 1010000 1001000

Color Harmonies of #F17FC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F17FC3

Black with #F17FC3

Text Example


Text Example

White with #F17FC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F17FC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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