Html Css Color HEX #F184CA Tea Rose

📋 copy color: '#F184CA'

red 241 ◦ green 132 ◦ blue 202

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

Shades of Tea Rose #F184CA

Tints of Tea Rose #F184CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 35.13%

R = 41.91%
G = 22.96%
B = 35.13%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.16

 K value IS 0.05

RGB Variations

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

Color information

#F184CA (or 0xF184CA) is known color: Tea Rose. HEX triplet: F1, 84 and CA. RGB value is (241,132,202). Sum of RGB (Red+Green+Blue) = 241+132+202=575 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.91% from 575); Green value is 132 (51.95% from 255 or 22.96% from 575); Blue value is 202 (79.30% from 255 or 35.13% from 575); Max value from RGB is 241 - color contains mainly: red. Hex color #F184CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F184CA is #0E7B35. Grayscale: #ACACAC. Windows color (decimal): -949046 or 13272305. OLE color: 13272305.

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

Color convert

RGB 241 132 202 -
CMYK 0 0.45 0.16 0.05
HSL 321.47º 0.8% 0.73% -
HSV(B) 321.47º 0.45% 0.95% -
XYZ 55.19 39.47 60.59 -
YUV 172.57 144.61 176.81 -
System Red Green Blue C M Y K H S L
Decimal 241 132 202 0 0.45 0.16 0.05 321.47 0.8 0.73
Hex F1 84 CA 0 2D 10 5 141 50 49
Octal 361 204 312 0 55 20 5 501 120 111
Binary 11110001 10000100 11001010 0 101101 10000 101 101000001 1010000 1001001

Color Harmonies of #F184CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F184CA

Black with #F184CA

Text Example


Text Example

White with #F184CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F184CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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