Html Css Color HEX #F190CC Tea Rose

📋 copy color: '#F190CC'

red 241 ◦ green 144 ◦ blue 204

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

Shades of Tea Rose #F190CC

Tints of Tea Rose #F190CC

RGB

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

 GREEN value IS 144 (56.64% from 255) = 24.45%

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

R = 40.92%
G = 24.45%
B = 34.63%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.15

 K value IS 0.05

RGB Variations

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

Color information

#F190CC (or 0xF190CC) is known color: Tea Rose. HEX triplet: F1, 90 and CC. RGB value is (241,144,204). Sum of RGB (Red+Green+Blue) = 241+144+204=589 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.92% from 589); Green value is 144 (56.64% from 255 or 24.45% from 589); Blue value is 204 (80.08% from 255 or 34.63% from 589); Max value from RGB is 241 - color contains mainly: red. Hex color #F190CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F190CC is #0E6F33. Grayscale: #B3B3B3. Windows color (decimal): -945972 or 13406449. OLE color: 13406449.

HSL color Cylindrical-coordinate representation of color #F190CC: hue angle of 322.89º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F190CC is Cyan = 0, Magento = 0.40, Yellow = 0.15 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 144 204 -
CMYK 0 0.40 0.15 0.05
HSL 322.89º 0.78% 0.75% -
HSV(B) 322.89º 0.4% 0.95% -
XYZ 57.15 43.01 62.42 -
YUV 179.84 141.64 171.62 -
System Red Green Blue C M Y K H S L
Decimal 241 144 204 0 0.40 0.15 0.05 322.89 0.78 0.75
Hex F1 90 CC 0 28 F 5 143 4E 4B
Octal 361 220 314 0 50 17 5 503 116 113
Binary 11110001 10010000 11001100 0 101000 1111 101 101000011 1001110 1001011

Color Harmonies of #F190CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F190CC

Black with #F190CC

Text Example


Text Example

White with #F190CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F190CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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