Html Css Color HEX #F483C8 Tea Rose

📋 copy color: '#F483C8'

red 244 ◦ green 131 ◦ blue 200

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

Shades of Tea Rose #F483C8

Tints of Tea Rose #F483C8

RGB

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

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

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

R = 42.43%
G = 22.78%
B = 34.78%

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

#F483C8 (or 0xF483C8) is known color: Tea Rose. HEX triplet: F4, 83 and C8. RGB value is (244,131,200). Sum of RGB (Red+Green+Blue) = 244+131+200=575 (76% of max value = 765). Red value is 244 (95.70% from 255 or 42.43% from 575); Green value is 131 (51.56% from 255 or 22.78% from 575); Blue value is 200 (78.52% from 255 or 34.78% from 575); Max value from RGB is 244 - color contains mainly: red. Hex color #F483C8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F483C8 is #0B7C37. Grayscale: #ACACAC. Windows color (decimal): -752696 or 13140980. OLE color: 13140980.

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

Color convert

RGB 244 131 200 -
CMYK 0 0.46 0.18 0.04
HSL 323.36º 0.84% 0.74% -
HSV(B) 323.36º 0.46% 0.96% -
XYZ 55.85 39.64 59.35 -
YUV 172.65 143.44 178.89 -
System Red Green Blue C M Y K H S L
Decimal 244 131 200 0 0.46 0.18 0.04 323.36 0.84 0.74
Hex F4 83 C8 0 2E 12 4 143 54 4A
Octal 364 203 310 0 56 22 4 503 124 112
Binary 11110100 10000011 11001000 0 101110 10010 100 101000011 1010100 1001010

Color Harmonies of #F483C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F483C8

Black with #F483C8

Text Example


Text Example

White with #F483C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F483C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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