Html Css Color HEX #F185CD Tea Rose

📋 copy color: '#F185CD'

red 241 ◦ green 133 ◦ blue 205

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

Shades of Tea Rose #F185CD

Tints of Tea Rose #F185CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 35.41%

R = 41.62%
G = 22.97%
B = 35.41%

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

#F185CD (or 0xF185CD) is known color: Tea Rose. HEX triplet: F1, 85 and CD. RGB value is (241,133,205). Sum of RGB (Red+Green+Blue) = 241+133+205=579 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.62% from 579); Green value is 133 (52.34% from 255 or 22.97% from 579); Blue value is 205 (80.47% from 255 or 35.41% from 579); Max value from RGB is 241 - color contains mainly: red. Hex color #F185CD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F185CD is #0E7A32. Grayscale: #ADADAD. Windows color (decimal): -948787 or 13469169. OLE color: 13469169.

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

Color convert

RGB 241 133 205 -
CMYK 0 0.45 0.15 0.05
HSL 320º 0.79% 0.73% -
HSV(B) 320º 0.45% 0.95% -
XYZ 55.68 39.88 62.52 -
YUV 173.5 145.78 176.15 -
System Red Green Blue C M Y K H S L
Decimal 241 133 205 0 0.45 0.15 0.05 320 0.79 0.73
Hex F1 85 CD 0 2D F 5 140 4F 49
Octal 361 205 315 0 55 17 5 500 117 111
Binary 11110001 10000101 11001101 0 101101 1111 101 101000000 1001111 1001001

Color Harmonies of #F185CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F185CD

Black with #F185CD

Text Example


Text Example

White with #F185CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F185CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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