Html Css Color HEX #F485C8 Tea Rose

📋 copy color: '#F485C8'

red 244 ◦ green 133 ◦ blue 200

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

Shades of Tea Rose #F485C8

Tints of Tea Rose #F485C8

RGB

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

 GREEN value IS 133 (52.34% from 255) = 23.05%

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

R = 42.29%
G = 23.05%
B = 34.66%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.18

 K value IS 0.04

RGB Variations

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

Color information

#F485C8 (or 0xF485C8) is known color: Tea Rose. HEX triplet: F4, 85 and C8. RGB value is (244,133,200). Sum of RGB (Red+Green+Blue) = 244+133+200=577 (76% of max value = 765). Red value is 244 (95.70% from 255 or 42.29% from 577); Green value is 133 (52.34% from 255 or 23.05% from 577); Blue value is 200 (78.52% from 255 or 34.66% from 577); Max value from RGB is 244 - color contains mainly: red. Hex color #F485C8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F485C8 is #0B7A37. Grayscale: #ADADAD. Windows color (decimal): -752184 or 13141492. OLE color: 13141492.

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

Color convert

RGB 244 133 200 -
CMYK 0 0.45 0.18 0.04
HSL 323.78º 0.83% 0.74% -
HSV(B) 323.78º 0.45% 0.96% -
XYZ 56.12 40.18 59.44 -
YUV 173.83 142.77 178.05 -
System Red Green Blue C M Y K H S L
Decimal 244 133 200 0 0.45 0.18 0.04 323.78 0.83 0.74
Hex F4 85 C8 0 2D 12 4 144 53 4A
Octal 364 205 310 0 55 22 4 504 123 112
Binary 11110100 10000101 11001000 0 101101 10010 100 101000100 1010011 1001010

Color Harmonies of #F485C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F485C8

Black with #F485C8

Text Example


Text Example

White with #F485C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F485C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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