Html Css Color HEX #F180C3 Tea Rose

📋 copy color: '#F180C3'

red 241 ◦ green 128 ◦ blue 195

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

Shades of Tea Rose #F180C3

Tints of Tea Rose #F180C3

RGB

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

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

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

R = 42.73%
G = 22.7%
B = 34.57%

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

#F180C3 (or 0xF180C3) is known color: Tea Rose. HEX triplet: F1, 80 and C3. RGB value is (241,128,195). Sum of RGB (Red+Green+Blue) = 241+128+195=564 (74% of max value = 765). Red value is 241 (94.53% from 255 or 42.73% from 564); Green value is 128 (50.39% from 255 or 22.70% from 564); Blue value is 195 (76.56% from 255 or 34.57% from 564); Max value from RGB is 241 - color contains mainly: red. Hex color #F180C3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F180C3 is #0E7F3C. Grayscale: #A9A9A9. Windows color (decimal): -950077 or 12812529. OLE color: 12812529.

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

Color convert

RGB 241 128 195 -
CMYK 0 0.47 0.19 0.05
HSL 324.42º 0.8% 0.72% -
HSV(B) 324.42º 0.47% 0.95% -
XYZ 53.85 38.08 56.14 -
YUV 169.43 142.44 179.05 -
System Red Green Blue C M Y K H S L
Decimal 241 128 195 0 0.47 0.19 0.05 324.42 0.8 0.72
Hex F1 80 C3 0 2F 13 5 144 50 48
Octal 361 200 303 0 57 23 5 504 120 110
Binary 11110001 10000000 11000011 0 101111 10011 101 101000100 1010000 1001000

Color Harmonies of #F180C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F180C3

Black with #F180C3

Text Example


Text Example

White with #F180C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F180C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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