Html Css Color HEX #F390C5 Tea Rose

📋 copy color: '#F390C5'

red 243 ◦ green 144 ◦ blue 197

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

Shades of Tea Rose #F390C5

Tints of Tea Rose #F390C5

RGB

 RED value IS 243 (95.31% from 255) = 41.61%

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

 BLUE value IS 197 (77.34% from 255) = 33.73%

R = 41.61%
G = 24.66%
B = 33.73%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.19

 K value IS 0.05

RGB Variations

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

Color information

#F390C5 (or 0xF390C5) is known color: Tea Rose. HEX triplet: F3, 90 and C5. RGB value is (243,144,197). Sum of RGB (Red+Green+Blue) = 243+144+197=584 (77% of max value = 765). Red value is 243 (95.31% from 255 or 41.61% from 584); Green value is 144 (56.64% from 255 or 24.66% from 584); Blue value is 197 (77.34% from 255 or 33.73% from 584); Max value from RGB is 243 - color contains mainly: red. Hex color #F390C5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F390C5 is #0C6F3A. Grayscale: #B3B3B3. Windows color (decimal): -814907 or 12947699. OLE color: 12947699.

HSL color Cylindrical-coordinate representation of color #F390C5: hue angle of 327.88º degrees, saturation: 0.8, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F390C5 is Cyan = 0, Magento = 0.41, Yellow = 0.19 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 144 197 -
CMYK 0 0.41 0.19 0.05
HSL 327.88º 0.8% 0.76% -
HSV(B) 327.88º 0.41% 0.95% -
XYZ 57.01 43.03 58.12 -
YUV 179.64 137.8 173.19 -
System Red Green Blue C M Y K H S L
Decimal 243 144 197 0 0.41 0.19 0.05 327.88 0.8 0.76
Hex F3 90 C5 0 29 13 5 148 50 4C
Octal 363 220 305 0 51 23 5 510 120 114
Binary 11110011 10010000 11000101 0 101001 10011 101 101001000 1010000 1001100

Color Harmonies of #F390C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F390C5

Black with #F390C5

Text Example


Text Example

White with #F390C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F390C5; }

 p { color: rgb(243,144,197); }

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

background-color css

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

 a { background-color: rgb(243,144,197); }

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

border-color css

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

 span { border-color: rgb(243,144,197); }

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