Html Css Color HEX #F483C0 Tea Rose

📋 copy color: '#F483C0'

red 244 ◦ green 131 ◦ blue 192

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

Shades of Tea Rose #F483C0

Tints of Tea Rose #F483C0

RGB

 RED value IS 244 (95.7% from 255) = 43.03%

 GREEN value IS 131 (51.56% from 255) = 23.1%

 BLUE value IS 192 (75.39% from 255) = 33.86%

R = 43.03%
G = 23.1%
B = 33.86%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.21

 K value IS 0.04

RGB Variations

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

Color information

#F483C0 (or 0xF483C0) is known color: Tea Rose. HEX triplet: F4, 83 and C0. RGB value is (244,131,192). Sum of RGB (Red+Green+Blue) = 244+131+192=567 (75% of max value = 765). Red value is 244 (95.70% from 255 or 43.03% from 567); Green value is 131 (51.56% from 255 or 23.10% from 567); Blue value is 192 (75.39% from 255 or 33.86% from 567); Max value from RGB is 244 - color contains mainly: red. Hex color #F483C0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F483C0 is #0B7C3F. Grayscale: #ABABAB. Windows color (decimal): -752704 or 12616692. OLE color: 12616692.

HSL color Cylindrical-coordinate representation of color #F483C0: hue angle of 327.61º degrees, saturation: 0.84, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F483C0 is Cyan = 0, Magento = 0.46, Yellow = 0.21 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 131 192 -
CMYK 0 0.46 0.21 0.04
HSL 327.61º 0.84% 0.74% -
HSV(B) 327.61º 0.46% 0.96% -
XYZ 54.94 39.27 54.55 -
YUV 171.74 139.44 179.54 -
System Red Green Blue C M Y K H S L
Decimal 244 131 192 0 0.46 0.21 0.04 327.61 0.84 0.74
Hex F4 83 C0 0 2E 15 4 148 54 4A
Octal 364 203 300 0 56 25 4 510 124 112
Binary 11110100 10000011 11000000 0 101110 10101 100 101001000 1010100 1001010

Color Harmonies of #F483C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F483C0

Black with #F483C0

Text Example


Text Example

White with #F483C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F483C0; }

 p { color: rgb(244,131,192); }

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

background-color css

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

 a { background-color: rgb(244,131,192); }

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

border-color css

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

 span { border-color: rgb(244,131,192); }

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