Html Css Color HEX #F180C5 Tea Rose

📋 copy color: '#F180C5'

red 241 ◦ green 128 ◦ blue 197

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

Shades of Tea Rose #F180C5

Tints of Tea Rose #F180C5

RGB

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

 GREEN value IS 128 (50.39% from 255) = 22.61%

 BLUE value IS 197 (77.34% from 255) = 34.81%

R = 42.58%
G = 22.61%
B = 34.81%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.18

 K value IS 0.05

RGB Variations

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

Color information

#F180C5 (or 0xF180C5) is known color: Tea Rose. HEX triplet: F1, 80 and C5. RGB value is (241,128,197). Sum of RGB (Red+Green+Blue) = 241+128+197=566 (74% of max value = 765). Red value is 241 (94.53% from 255 or 42.58% from 566); Green value is 128 (50.39% from 255 or 22.61% from 566); Blue value is 197 (77.34% from 255 or 34.81% from 566); Max value from RGB is 241 - color contains mainly: red. Hex color #F180C5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F180C5 is #0E7F3A. Grayscale: #A9A9A9. Windows color (decimal): -950075 or 12943601. OLE color: 12943601.

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

Color convert

RGB 241 128 197 -
CMYK 0 0.47 0.18 0.05
HSL 323.36º 0.8% 0.72% -
HSV(B) 323.36º 0.47% 0.95% -
XYZ 54.07 38.17 57.34 -
YUV 169.65 143.44 178.89 -
System Red Green Blue C M Y K H S L
Decimal 241 128 197 0 0.47 0.18 0.05 323.36 0.8 0.72
Hex F1 80 C5 0 2F 12 5 143 50 48
Octal 361 200 305 0 57 22 5 503 120 110
Binary 11110001 10000000 11000101 0 101111 10010 101 101000011 1010000 1001000

Color Harmonies of #F180C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F180C5

Black with #F180C5

Text Example


Text Example

White with #F180C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F180C5; }

 p { color: rgb(241,128,197); }

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

background-color css

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

 a { background-color: rgb(241,128,197); }

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

border-color css

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

 span { border-color: rgb(241,128,197); }

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