Html Css Color HEX #F180C9 Tea Rose

📋 copy color: '#F180C9'

red 241 ◦ green 128 ◦ blue 201

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

Shades of Tea Rose #F180C9

Tints of Tea Rose #F180C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 35.26%

R = 42.28%
G = 22.46%
B = 35.26%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.17

 K value IS 0.05

RGB Variations

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

Color information

#F180C9 (or 0xF180C9) is known color: Tea Rose. HEX triplet: F1, 80 and C9. RGB value is (241,128,201). Sum of RGB (Red+Green+Blue) = 241+128+201=570 (75% of max value = 765). Red value is 241 (94.53% from 255 or 42.28% from 570); Green value is 128 (50.39% from 255 or 22.46% from 570); Blue value is 201 (78.91% from 255 or 35.26% from 570); Max value from RGB is 241 - color contains mainly: red. Hex color #F180C9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F180C9 is #0E7F36. Grayscale: #A9A9A9. Windows color (decimal): -950071 or 13205745. OLE color: 13205745.

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

Color convert

RGB 241 128 201 -
CMYK 0 0.47 0.17 0.05
HSL 321.24º 0.8% 0.72% -
HSV(B) 321.24º 0.47% 0.95% -
XYZ 54.54 38.36 59.79 -
YUV 170.11 145.44 178.56 -
System Red Green Blue C M Y K H S L
Decimal 241 128 201 0 0.47 0.17 0.05 321.24 0.8 0.72
Hex F1 80 C9 0 2F 11 5 141 50 48
Octal 361 200 311 0 57 21 5 501 120 110
Binary 11110001 10000000 11001001 0 101111 10001 101 101000001 1010000 1001000

Color Harmonies of #F180C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F180C9

Black with #F180C9

Text Example


Text Example

White with #F180C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F180C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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