Html Css Color HEX #F182CC Tea Rose

📋 copy color: '#F182CC'

red 241 ◦ green 130 ◦ blue 204

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

Shades of Tea Rose #F182CC

Tints of Tea Rose #F182CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 35.48%

R = 41.91%
G = 22.61%
B = 35.48%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.15

 K value IS 0.05

RGB Variations

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

Color information

#F182CC (or 0xF182CC) is known color: Tea Rose. HEX triplet: F1, 82 and CC. RGB value is (241,130,204). Sum of RGB (Red+Green+Blue) = 241+130+204=575 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.91% from 575); Green value is 130 (51.17% from 255 or 22.61% from 575); Blue value is 204 (80.08% from 255 or 35.48% from 575); Max value from RGB is 241 - color contains mainly: red. Hex color #F182CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F182CC is #0E7D33. Grayscale: #ABABAB. Windows color (decimal): -949556 or 13402865. OLE color: 13402865.

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

Color convert

RGB 241 130 204 -
CMYK 0 0.46 0.15 0.05
HSL 320º 0.8% 0.73% -
HSV(B) 320º 0.46% 0.95% -
XYZ 55.16 39.03 61.75 -
YUV 171.63 146.27 177.48 -
System Red Green Blue C M Y K H S L
Decimal 241 130 204 0 0.46 0.15 0.05 320 0.8 0.73
Hex F1 82 CC 0 2E F 5 140 50 49
Octal 361 202 314 0 56 17 5 500 120 111
Binary 11110001 10000010 11001100 0 101110 1111 101 101000000 1010000 1001001

Color Harmonies of #F182CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F182CC

Black with #F182CC

Text Example


Text Example

White with #F182CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F182CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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