Html Css Color HEX #F182C8 Tea Rose

📋 copy color: '#F182C8'

red 241 ◦ green 130 ◦ blue 200

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

Shades of Tea Rose #F182C8

Tints of Tea Rose #F182C8

RGB

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

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

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

R = 42.21%
G = 22.77%
B = 35.03%

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

#F182C8 (or 0xF182C8) is known color: Tea Rose. HEX triplet: F1, 82 and C8. RGB value is (241,130,200). Sum of RGB (Red+Green+Blue) = 241+130+200=571 (75% of max value = 765). Red value is 241 (94.53% from 255 or 42.21% from 571); Green value is 130 (51.17% from 255 or 22.77% from 571); Blue value is 200 (78.52% from 255 or 35.03% from 571); Max value from RGB is 241 - color contains mainly: red. Hex color #F182C8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F182C8 is #0E7D37. Grayscale: #ABABAB. Windows color (decimal): -949560 or 13140721. OLE color: 13140721.

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

Color convert

RGB 241 130 200 -
CMYK 0 0.46 0.17 0.05
HSL 322.16º 0.8% 0.73% -
HSV(B) 322.16º 0.46% 0.95% -
XYZ 54.68 38.84 59.26 -
YUV 171.17 144.27 177.81 -
System Red Green Blue C M Y K H S L
Decimal 241 130 200 0 0.46 0.17 0.05 322.16 0.8 0.73
Hex F1 82 C8 0 2E 11 5 142 50 49
Octal 361 202 310 0 56 21 5 502 120 111
Binary 11110001 10000010 11001000 0 101110 10001 101 101000010 1010000 1001001

Color Harmonies of #F182C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F182C8

Black with #F182C8

Text Example


Text Example

White with #F182C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F182C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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