Html Css Color HEX #F181C7 Tea Rose

📋 copy color: '#F181C7'

red 241 ◦ green 129 ◦ blue 199

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

Shades of Tea Rose #F181C7

Tints of Tea Rose #F181C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 34.97%

R = 42.36%
G = 22.67%
B = 34.97%

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

#F181C7 (or 0xF181C7) is known color: Tea Rose. HEX triplet: F1, 81 and C7. RGB value is (241,129,199). Sum of RGB (Red+Green+Blue) = 241+129+199=569 (75% of max value = 765). Red value is 241 (94.53% from 255 or 42.36% from 569); Green value is 129 (50.78% from 255 or 22.67% from 569); Blue value is 199 (78.12% from 255 or 34.97% from 569); Max value from RGB is 241 - color contains mainly: red. Hex color #F181C7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F181C7 is #0E7E38. Grayscale: #AAAAAA. Windows color (decimal): -949817 or 13074929. OLE color: 13074929.

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

Color convert

RGB 241 129 199 -
CMYK 0 0.46 0.17 0.05
HSL 322.5º 0.8% 0.73% -
HSV(B) 322.5º 0.46% 0.95% -
XYZ 54.43 38.52 58.6 -
YUV 170.47 144.11 178.31 -
System Red Green Blue C M Y K H S L
Decimal 241 129 199 0 0.46 0.17 0.05 322.5 0.8 0.73
Hex F1 81 C7 0 2E 11 5 142 50 49
Octal 361 201 307 0 56 21 5 502 120 111
Binary 11110001 10000001 11000111 0 101110 10001 101 101000010 1010000 1001001

Color Harmonies of #F181C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F181C7

Black with #F181C7

Text Example


Text Example

White with #F181C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F181C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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