Html Css Color HEX #F182C9 Tea Rose

📋 copy color: '#F182C9'

red 241 ◦ green 130 ◦ blue 201

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

Shades of Tea Rose #F182C9

Tints of Tea Rose #F182C9

RGB

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

 GREEN value IS 130 (51.17% from 255) = 22.73%

 BLUE value IS 201 (78.91% from 255) = 35.14%

R = 42.13%
G = 22.73%
B = 35.14%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.17

 K value IS 0.05

RGB Variations

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

Color information

#F182C9 (or 0xF182C9) is known color: Tea Rose. HEX triplet: F1, 82 and C9. RGB value is (241,130,201). Sum of RGB (Red+Green+Blue) = 241+130+201=572 (75% of max value = 765). Red value is 241 (94.53% from 255 or 42.13% from 572); Green value is 130 (51.17% from 255 or 22.73% from 572); Blue value is 201 (78.91% from 255 or 35.14% from 572); Max value from RGB is 241 - color contains mainly: red. Hex color #F182C9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F182C9 is #0E7D36. Grayscale: #ABABAB. Windows color (decimal): -949559 or 13206257. OLE color: 13206257.

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

Color convert

RGB 241 130 201 -
CMYK 0 0.46 0.17 0.05
HSL 321.62º 0.8% 0.73% -
HSV(B) 321.62º 0.46% 0.95% -
XYZ 54.8 38.88 59.88 -
YUV 171.28 144.77 177.73 -
System Red Green Blue C M Y K H S L
Decimal 241 130 201 0 0.46 0.17 0.05 321.62 0.8 0.73
Hex F1 82 C9 0 2E 11 5 142 50 49
Octal 361 202 311 0 56 21 5 502 120 111
Binary 11110001 10000010 11001001 0 101110 10001 101 101000010 1010000 1001001

Color Harmonies of #F182C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F182C9

Black with #F182C9

Text Example


Text Example

White with #F182C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F182C9; }

 p { color: rgb(241,130,201); }

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

background-color css

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

 a { background-color: rgb(241,130,201); }

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

border-color css

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

 span { border-color: rgb(241,130,201); }

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