Html Css Color HEX #F181CA Tea Rose

📋 copy color: '#F181CA'

red 241 ◦ green 129 ◦ blue 202

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

Shades of Tea Rose #F181CA

Tints of Tea Rose #F181CA

RGB

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

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

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

R = 42.13%
G = 22.55%
B = 35.31%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.16

 K value IS 0.05

RGB Variations

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

Color information

#F181CA (or 0xF181CA) is known color: Tea Rose. HEX triplet: F1, 81 and CA. RGB value is (241,129,202). Sum of RGB (Red+Green+Blue) = 241+129+202=572 (75% of max value = 765). Red value is 241 (94.53% from 255 or 42.13% from 572); Green value is 129 (50.78% from 255 or 22.55% from 572); Blue value is 202 (79.30% from 255 or 35.31% from 572); Max value from RGB is 241 - color contains mainly: red. Hex color #F181CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F181CA is #0E7E35. Grayscale: #AAAAAA. Windows color (decimal): -949814 or 13271537. OLE color: 13271537.

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

Color convert

RGB 241 129 202 -
CMYK 0 0.46 0.16 0.05
HSL 320.89º 0.8% 0.73% -
HSV(B) 320.89º 0.46% 0.95% -
XYZ 54.79 38.67 60.45 -
YUV 170.81 145.61 178.06 -
System Red Green Blue C M Y K H S L
Decimal 241 129 202 0 0.46 0.16 0.05 320.89 0.8 0.73
Hex F1 81 CA 0 2E 10 5 141 50 49
Octal 361 201 312 0 56 20 5 501 120 111
Binary 11110001 10000001 11001010 0 101110 10000 101 101000001 1010000 1001001

Color Harmonies of #F181CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F181CA

Black with #F181CA

Text Example


Text Example

White with #F181CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F181CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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