Html Css Color HEX #F184D0 Tea Rose

📋 copy color: '#F184D0'

red 241 ◦ green 132 ◦ blue 208

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

Shades of Tea Rose #F184D0

Tints of Tea Rose #F184D0

RGB

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

 GREEN value IS 132 (51.95% from 255) = 22.72%

 BLUE value IS 208 (81.64% from 255) = 35.8%

R = 41.48%
G = 22.72%
B = 35.8%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.14

 K value IS 0.05

RGB Variations

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

Color information

#F184D0 (or 0xF184D0) is known color: Tea Rose. HEX triplet: F1, 84 and D0. RGB value is (241,132,208). Sum of RGB (Red+Green+Blue) = 241+132+208=581 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.48% from 581); Green value is 132 (51.95% from 255 or 22.72% from 581); Blue value is 208 (81.64% from 255 or 35.80% from 581); Max value from RGB is 241 - color contains mainly: red. Hex color #F184D0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F184D0 is #0E7B2F. Grayscale: #ADADAD. Windows color (decimal): -949040 or 13665521. OLE color: 13665521.

HSL color Cylindrical-coordinate representation of color #F184D0: hue angle of 318.17º degrees, saturation: 0.8, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F184D0 is Cyan = 0, Magento = 0.45, Yellow = 0.14 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 132 208 -
CMYK 0 0.45 0.14 0.05
HSL 318.17º 0.8% 0.73% -
HSV(B) 318.17º 0.45% 0.95% -
XYZ 55.91 39.76 64.4 -
YUV 173.26 147.61 176.32 -
System Red Green Blue C M Y K H S L
Decimal 241 132 208 0 0.45 0.14 0.05 318.17 0.8 0.73
Hex F1 84 D0 0 2D E 5 13E 50 49
Octal 361 204 320 0 55 16 5 476 120 111
Binary 11110001 10000100 11010000 0 101101 1110 101 100111110 1010000 1001001

Color Harmonies of #F184D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F184D0

Black with #F184D0

Text Example


Text Example

White with #F184D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F184D0; }

 p { color: rgb(241,132,208); }

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

background-color css

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

 a { background-color: rgb(241,132,208); }

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

border-color css

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

 span { border-color: rgb(241,132,208); }

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