Html Css Color HEX #F390C8 Tea Rose

📋 copy color: '#F390C8'

red 243 ◦ green 144 ◦ blue 200

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

Shades of Tea Rose #F390C8

Tints of Tea Rose #F390C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 34.07%

R = 41.4%
G = 24.53%
B = 34.07%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.18

 K value IS 0.05

RGB Variations

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

Color information

#F390C8 (or 0xF390C8) is known color: Tea Rose. HEX triplet: F3, 90 and C8. RGB value is (243,144,200). Sum of RGB (Red+Green+Blue) = 243+144+200=587 (77% of max value = 765). Red value is 243 (95.31% from 255 or 41.40% from 587); Green value is 144 (56.64% from 255 or 24.53% from 587); Blue value is 200 (78.52% from 255 or 34.07% from 587); Max value from RGB is 243 - color contains mainly: red. Hex color #F390C8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F390C8 is #0C6F37. Grayscale: #B3B3B3. Windows color (decimal): -814904 or 13144307. OLE color: 13144307.

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

Color convert

RGB 243 144 200 -
CMYK 0 0.41 0.18 0.05
HSL 326.06º 0.8% 0.76% -
HSV(B) 326.06º 0.41% 0.95% -
XYZ 57.36 43.17 59.95 -
YUV 179.99 139.3 172.95 -
System Red Green Blue C M Y K H S L
Decimal 243 144 200 0 0.41 0.18 0.05 326.06 0.8 0.76
Hex F3 90 C8 0 29 12 5 146 50 4C
Octal 363 220 310 0 51 22 5 506 120 114
Binary 11110011 10010000 11001000 0 101001 10010 101 101000110 1010000 1001100

Color Harmonies of #F390C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F390C8

Black with #F390C8

Text Example


Text Example

White with #F390C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F390C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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