Html Css Color HEX #F180CE Tea Rose

📋 copy color: '#F180CE'

red 241 ◦ green 128 ◦ blue 206

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

Shades of Tea Rose #F180CE

Tints of Tea Rose #F180CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 35.83%

R = 41.91%
G = 22.26%
B = 35.83%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.15

 K value IS 0.05

RGB Variations

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

Color information

#F180CE (or 0xF180CE) is known color: Tea Rose. HEX triplet: F1, 80 and CE. RGB value is (241,128,206). Sum of RGB (Red+Green+Blue) = 241+128+206=575 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.91% from 575); Green value is 128 (50.39% from 255 or 22.26% from 575); Blue value is 206 (80.86% from 255 or 35.83% from 575); Max value from RGB is 241 - color contains mainly: red. Hex color #F180CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F180CE is #0E7F31. Grayscale: #AAAAAA. Windows color (decimal): -950066 or 13533425. OLE color: 13533425.

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

Color convert

RGB 241 128 206 -
CMYK 0 0.47 0.15 0.05
HSL 318.58º 0.8% 0.72% -
HSV(B) 318.58º 0.47% 0.95% -
XYZ 55.14 38.6 62.94 -
YUV 170.68 147.94 178.16 -
System Red Green Blue C M Y K H S L
Decimal 241 128 206 0 0.47 0.15 0.05 318.58 0.8 0.72
Hex F1 80 CE 0 2F F 5 13F 50 48
Octal 361 200 316 0 57 17 5 477 120 110
Binary 11110001 10000000 11001110 0 101111 1111 101 100111111 1010000 1001000

Color Harmonies of #F180CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F180CE

Black with #F180CE

Text Example


Text Example

White with #F180CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F180CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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