Html Css Color HEX #F184CE Tea Rose

📋 copy color: '#F184CE'

red 241 ◦ green 132 ◦ blue 206

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

Shades of Tea Rose #F184CE

Tints of Tea Rose #F184CE

RGB

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

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

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

R = 41.62%
G = 22.8%
B = 35.58%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.15

 K value IS 0.05

RGB Variations

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

Color information

#F184CE (or 0xF184CE) is known color: Tea Rose. HEX triplet: F1, 84 and CE. RGB value is (241,132,206). Sum of RGB (Red+Green+Blue) = 241+132+206=579 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.62% from 579); Green value is 132 (51.95% from 255 or 22.80% from 579); Blue value is 206 (80.86% from 255 or 35.58% from 579); Max value from RGB is 241 - color contains mainly: red. Hex color #F184CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F184CE is #0E7B31. Grayscale: #ACACAC. Windows color (decimal): -949042 or 13534449. OLE color: 13534449.

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

Color convert

RGB 241 132 206 -
CMYK 0 0.45 0.15 0.05
HSL 319.27º 0.8% 0.73% -
HSV(B) 319.27º 0.45% 0.95% -
XYZ 55.67 39.66 63.11 -
YUV 173.03 146.61 176.48 -
System Red Green Blue C M Y K H S L
Decimal 241 132 206 0 0.45 0.15 0.05 319.27 0.8 0.73
Hex F1 84 CE 0 2D F 5 13F 50 49
Octal 361 204 316 0 55 17 5 477 120 111
Binary 11110001 10000100 11001110 0 101101 1111 101 100111111 1010000 1001001

Color Harmonies of #F184CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F184CE

Black with #F184CE

Text Example


Text Example

White with #F184CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F184CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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