Html Css Color HEX #F483C7 Tea Rose

📋 copy color: '#F483C7'

red 244 ◦ green 131 ◦ blue 199

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

Shades of Tea Rose #F483C7

Tints of Tea Rose #F483C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 34.67%

R = 42.51%
G = 22.82%
B = 34.67%

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

#F483C7 (or 0xF483C7) is known color: Tea Rose. HEX triplet: F4, 83 and C7. RGB value is (244,131,199). Sum of RGB (Red+Green+Blue) = 244+131+199=574 (76% of max value = 765). Red value is 244 (95.70% from 255 or 42.51% from 574); Green value is 131 (51.56% from 255 or 22.82% from 574); Blue value is 199 (78.12% from 255 or 34.67% from 574); Max value from RGB is 244 - color contains mainly: red. Hex color #F483C7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F483C7 is #0B7C38. Grayscale: #ACACAC. Windows color (decimal): -752697 or 13075444. OLE color: 13075444.

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

Color convert

RGB 244 131 199 -
CMYK 0 0.46 0.18 0.04
HSL 323.89º 0.84% 0.74% -
HSV(B) 323.89º 0.46% 0.96% -
XYZ 55.73 39.59 58.74 -
YUV 172.54 142.94 178.97 -
System Red Green Blue C M Y K H S L
Decimal 244 131 199 0 0.46 0.18 0.04 323.89 0.84 0.74
Hex F4 83 C7 0 2E 12 4 144 54 4A
Octal 364 203 307 0 56 22 4 504 124 112
Binary 11110100 10000011 11000111 0 101110 10010 100 101000100 1010100 1001010

Color Harmonies of #F483C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F483C7

Black with #F483C7

Text Example


Text Example

White with #F483C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F483C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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