Html Css Color HEX #F180C8 Tea Rose

📋 copy color: '#F180C8'

red 241 ◦ green 128 ◦ blue 200

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

Shades of Tea Rose #F180C8

Tints of Tea Rose #F180C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 35.15%

R = 42.36%
G = 22.5%
B = 35.15%

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

#F180C8 (or 0xF180C8) is known color: Tea Rose. HEX triplet: F1, 80 and C8. RGB value is (241,128,200). Sum of RGB (Red+Green+Blue) = 241+128+200=569 (75% of max value = 765). Red value is 241 (94.53% from 255 or 42.36% from 569); Green value is 128 (50.39% from 255 or 22.50% from 569); Blue value is 200 (78.52% from 255 or 35.15% from 569); Max value from RGB is 241 - color contains mainly: red. Hex color #F180C8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F180C8 is #0E7F37. Grayscale: #A9A9A9. Windows color (decimal): -950072 or 13140209. OLE color: 13140209.

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

Color convert

RGB 241 128 200 -
CMYK 0 0.47 0.17 0.05
HSL 321.77º 0.8% 0.72% -
HSV(B) 321.77º 0.47% 0.95% -
XYZ 54.42 38.31 59.17 -
YUV 170 144.94 178.65 -
System Red Green Blue C M Y K H S L
Decimal 241 128 200 0 0.47 0.17 0.05 321.77 0.8 0.72
Hex F1 80 C8 0 2F 11 5 142 50 48
Octal 361 200 310 0 57 21 5 502 120 110
Binary 11110001 10000000 11001000 0 101111 10001 101 101000010 1010000 1001000

Color Harmonies of #F180C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F180C8

Black with #F180C8

Text Example


Text Example

White with #F180C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F180C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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