Html Css Color HEX #F182C5 Tea Rose

📋 copy color: '#F182C5'

red 241 ◦ green 130 ◦ blue 197

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

Shades of Tea Rose #F182C5

Tints of Tea Rose #F182C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 34.68%

R = 42.43%
G = 22.89%
B = 34.68%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.18

 K value IS 0.05

RGB Variations

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

Color information

#F182C5 (or 0xF182C5) is known color: Tea Rose. HEX triplet: F1, 82 and C5. RGB value is (241,130,197). Sum of RGB (Red+Green+Blue) = 241+130+197=568 (75% of max value = 765). Red value is 241 (94.53% from 255 or 42.43% from 568); Green value is 130 (51.17% from 255 or 22.89% from 568); Blue value is 197 (77.34% from 255 or 34.68% from 568); Max value from RGB is 241 - color contains mainly: red. Hex color #F182C5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F182C5 is #0E7D3A. Grayscale: #AAAAAA. Windows color (decimal): -949563 or 12944113. OLE color: 12944113.

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

Color convert

RGB 241 130 197 -
CMYK 0 0.46 0.18 0.05
HSL 323.78º 0.8% 0.73% -
HSV(B) 323.78º 0.46% 0.95% -
XYZ 54.34 38.7 57.43 -
YUV 170.83 142.77 178.05 -
System Red Green Blue C M Y K H S L
Decimal 241 130 197 0 0.46 0.18 0.05 323.78 0.8 0.73
Hex F1 82 C5 0 2E 12 5 144 50 49
Octal 361 202 305 0 56 22 5 504 120 111
Binary 11110001 10000010 11000101 0 101110 10010 101 101000100 1010000 1001001

Color Harmonies of #F182C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F182C5

Black with #F182C5

Text Example


Text Example

White with #F182C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F182C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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