Html Css Color HEX #F450AD Brilliant Rose

📋 copy color: '#F450AD'

red 244 ◦ green 80 ◦ blue 173

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

Shades of Brilliant Rose #F450AD

Tints of Brilliant Rose #F450AD

RGB

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

 GREEN value IS 80 (31.64% from 255) = 16.1%

 BLUE value IS 173 (67.97% from 255) = 34.81%

R = 49.09%
G = 16.1%
B = 34.81%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.29

 K value IS 0.04

RGB Variations

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

Color information

#F450AD (or 0xF450AD) is known color: Brilliant Rose. HEX triplet: F4, 50 and AD. RGB value is (244,80,173). Sum of RGB (Red+Green+Blue) = 244+80+173=497 (65% of max value = 765). Red value is 244 (95.70% from 255 or 49.09% from 497); Green value is 80 (31.64% from 255 or 16.10% from 497); Blue value is 173 (67.97% from 255 or 34.81% from 497); Max value from RGB is 244 - color contains mainly: red. Hex color #F450AD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F450AD is #0BAF52. Grayscale: #8B8B8B. Windows color (decimal): -765779 or 11358452. OLE color: 11358452.

HSL color Cylindrical-coordinate representation of color #F450AD: hue angle of 325.98º degrees, saturation: 0.88, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F450AD is Cyan = 0, Magento = 0.67, Yellow = 0.29 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 80 173 -
CMYK 0 0.67 0.29 0.04
HSL 325.98º 0.88% 0.64% -
HSV(B) 325.98º 0.67% 0.96% -
XYZ 47.72 27.99 42.42 -
YUV 139.64 146.83 202.44 -
System Red Green Blue C M Y K H S L
Decimal 244 80 173 0 0.67 0.29 0.04 325.98 0.88 0.64
Hex F4 50 AD 0 43 1D 4 146 58 40
Octal 364 120 255 0 103 35 4 506 130 100
Binary 11110100 1010000 10101101 0 1000011 11101 100 101000110 1011000 1000000

Color Harmonies of #F450AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F450AD

Black with #F450AD

Text Example


Text Example

White with #F450AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F450AD; }

 p { color: rgb(244,80,173); }

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

background-color css

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

 a { background-color: rgb(244,80,173); }

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

border-color css

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

 span { border-color: rgb(244,80,173); }

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