Html Css Color HEX #F181C8 Tea Rose

📋 copy color: '#F181C8'

red 241 ◦ green 129 ◦ blue 200

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

Shades of Tea Rose #F181C8

Tints of Tea Rose #F181C8

RGB

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

 GREEN value IS 129 (50.78% from 255) = 22.63%

 BLUE value IS 200 (78.52% from 255) = 35.09%

R = 42.28%
G = 22.63%
B = 35.09%

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

#F181C8 (or 0xF181C8) is known color: Tea Rose. HEX triplet: F1, 81 and C8. RGB value is (241,129,200). Sum of RGB (Red+Green+Blue) = 241+129+200=570 (75% of max value = 765). Red value is 241 (94.53% from 255 or 42.28% from 570); Green value is 129 (50.78% from 255 or 22.63% from 570); Blue value is 200 (78.52% from 255 or 35.09% from 570); Max value from RGB is 241 - color contains mainly: red. Hex color #F181C8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F181C8 is #0E7E37. Grayscale: #AAAAAA. Windows color (decimal): -949816 or 13140465. OLE color: 13140465.

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

Color convert

RGB 241 129 200 -
CMYK 0 0.46 0.17 0.05
HSL 321.96º 0.8% 0.73% -
HSV(B) 321.96º 0.46% 0.95% -
XYZ 54.55 38.57 59.21 -
YUV 170.58 144.61 178.23 -
System Red Green Blue C M Y K H S L
Decimal 241 129 200 0 0.46 0.17 0.05 321.96 0.8 0.73
Hex F1 81 C8 0 2E 11 5 142 50 49
Octal 361 201 310 0 56 21 5 502 120 111
Binary 11110001 10000001 11001000 0 101110 10001 101 101000010 1010000 1001001

Color Harmonies of #F181C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F181C8

Black with #F181C8

Text Example


Text Example

White with #F181C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F181C8; }

 p { color: rgb(241,129,200); }

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

background-color css

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

 a { background-color: rgb(241,129,200); }

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

border-color css

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

 span { border-color: rgb(241,129,200); }

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