Html Css Color HEX #F185CC Tea Rose

📋 copy color: '#F185CC'

red 241 ◦ green 133 ◦ blue 204

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

Shades of Tea Rose #F185CC

Tints of Tea Rose #F185CC

RGB

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

 GREEN value IS 133 (52.34% from 255) = 23.01%

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

R = 41.7%
G = 23.01%
B = 35.29%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.15

 K value IS 0.05

RGB Variations

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

Color information

#F185CC (or 0xF185CC) is known color: Tea Rose. HEX triplet: F1, 85 and CC. RGB value is (241,133,204). Sum of RGB (Red+Green+Blue) = 241+133+204=578 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.70% from 578); Green value is 133 (52.34% from 255 or 23.01% from 578); Blue value is 204 (80.08% from 255 or 35.29% from 578); Max value from RGB is 241 - color contains mainly: red. Hex color #F185CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F185CC is #0E7A33. Grayscale: #ADADAD. Windows color (decimal): -948788 or 13403633. OLE color: 13403633.

HSL color Cylindrical-coordinate representation of color #F185CC: hue angle of 320.56º degrees, saturation: 0.79, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F185CC is Cyan = 0, Magento = 0.45, Yellow = 0.15 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 133 204 -
CMYK 0 0.45 0.15 0.05
HSL 320.56º 0.79% 0.73% -
HSV(B) 320.56º 0.45% 0.95% -
XYZ 55.56 39.84 61.89 -
YUV 173.39 145.28 176.23 -
System Red Green Blue C M Y K H S L
Decimal 241 133 204 0 0.45 0.15 0.05 320.56 0.79 0.73
Hex F1 85 CC 0 2D F 5 141 4F 49
Octal 361 205 314 0 55 17 5 501 117 111
Binary 11110001 10000101 11001100 0 101101 1111 101 101000001 1001111 1001001

Color Harmonies of #F185CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F185CC

Black with #F185CC

Text Example


Text Example

White with #F185CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F185CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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