Html Css Color HEX #F390CF Tea Rose

📋 copy color: '#F390CF'

red 243 ◦ green 144 ◦ blue 207

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

Shades of Tea Rose #F390CF

Tints of Tea Rose #F390CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 34.85%

R = 40.91%
G = 24.24%
B = 34.85%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.15

 K value IS 0.05

RGB Variations

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

Color information

#F390CF (or 0xF390CF) is known color: Tea Rose. HEX triplet: F3, 90 and CF. RGB value is (243,144,207). Sum of RGB (Red+Green+Blue) = 243+144+207=594 (78% of max value = 765). Red value is 243 (95.31% from 255 or 40.91% from 594); Green value is 144 (56.64% from 255 or 24.24% from 594); Blue value is 207 (81.25% from 255 or 34.85% from 594); Max value from RGB is 243 - color contains mainly: red. Hex color #F390CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F390CF is #0C6F30. Grayscale: #B4B4B4. Windows color (decimal): -814897 or 13603059. OLE color: 13603059.

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

Color convert

RGB 243 144 207 -
CMYK 0 0.41 0.15 0.05
HSL 321.82º 0.8% 0.76% -
HSV(B) 321.82º 0.41% 0.95% -
XYZ 58.2 43.51 64.36 -
YUV 180.78 142.8 172.38 -
System Red Green Blue C M Y K H S L
Decimal 243 144 207 0 0.41 0.15 0.05 321.82 0.8 0.76
Hex F3 90 CF 0 29 F 5 142 50 4C
Octal 363 220 317 0 51 17 5 502 120 114
Binary 11110011 10010000 11001111 0 101001 1111 101 101000010 1010000 1001100

Color Harmonies of #F390CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F390CF

Black with #F390CF

Text Example


Text Example

White with #F390CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F390CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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