Html Css Color HEX #F483C9 Tea Rose

📋 copy color: '#F483C9'

red 244 ◦ green 131 ◦ blue 201

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

Shades of Tea Rose #F483C9

Tints of Tea Rose #F483C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 34.9%

R = 42.36%
G = 22.74%
B = 34.9%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.18

 K value IS 0.04

RGB Variations

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

Color information

#F483C9 (or 0xF483C9) is known color: Tea Rose. HEX triplet: F4, 83 and C9. RGB value is (244,131,201). Sum of RGB (Red+Green+Blue) = 244+131+201=576 (76% of max value = 765). Red value is 244 (95.70% from 255 or 42.36% from 576); Green value is 131 (51.56% from 255 or 22.74% from 576); Blue value is 201 (78.91% from 255 or 34.90% from 576); Max value from RGB is 244 - color contains mainly: red. Hex color #F483C9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F483C9 is #0B7C36. Grayscale: #ACACAC. Windows color (decimal): -752695 or 13206516. OLE color: 13206516.

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

Color convert

RGB 244 131 201 -
CMYK 0 0.46 0.18 0.04
HSL 322.83º 0.84% 0.74% -
HSV(B) 322.83º 0.46% 0.96% -
XYZ 55.97 39.68 59.97 -
YUV 172.77 143.94 178.81 -
System Red Green Blue C M Y K H S L
Decimal 244 131 201 0 0.46 0.18 0.04 322.83 0.84 0.74
Hex F4 83 C9 0 2E 12 4 143 54 4A
Octal 364 203 311 0 56 22 4 503 124 112
Binary 11110100 10000011 11001001 0 101110 10010 100 101000011 1010100 1001010

Color Harmonies of #F483C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F483C9

Black with #F483C9

Text Example


Text Example

White with #F483C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F483C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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