Html Css Color HEX #F390C2 Tea Rose

📋 copy color: '#F390C2'

red 243 ◦ green 144 ◦ blue 194

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

Shades of Tea Rose #F390C2

Tints of Tea Rose #F390C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 33.39%

R = 41.82%
G = 24.78%
B = 33.39%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.20

 K value IS 0.05

RGB Variations

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

Color information

#F390C2 (or 0xF390C2) is known color: Tea Rose. HEX triplet: F3, 90 and C2. RGB value is (243,144,194). Sum of RGB (Red+Green+Blue) = 243+144+194=581 (76% of max value = 765). Red value is 243 (95.31% from 255 or 41.82% from 581); Green value is 144 (56.64% from 255 or 24.78% from 581); Blue value is 194 (76.17% from 255 or 33.39% from 581); Max value from RGB is 243 - color contains mainly: red. Hex color #F390C2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F390C2 is #0C6F3D. Grayscale: #B3B3B3. Windows color (decimal): -814910 or 12751091. OLE color: 12751091.

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

Color convert

RGB 243 144 194 -
CMYK 0 0.41 0.20 0.05
HSL 329.7º 0.8% 0.76% -
HSV(B) 329.7º 0.41% 0.95% -
XYZ 56.67 42.9 56.33 -
YUV 179.3 136.3 173.43 -
System Red Green Blue C M Y K H S L
Decimal 243 144 194 0 0.41 0.20 0.05 329.7 0.8 0.76
Hex F3 90 C2 0 29 14 5 14A 50 4C
Octal 363 220 302 0 51 24 5 512 120 114
Binary 11110011 10010000 11000010 0 101001 10100 101 101001010 1010000 1001100

Color Harmonies of #F390C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F390C2

Black with #F390C2

Text Example


Text Example

White with #F390C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F390C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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