Html Css Color HEX #F154AD Brilliant Rose

📋 copy color: '#F154AD'

red 241 ◦ green 84 ◦ blue 173

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

Shades of Brilliant Rose #F154AD

Tints of Brilliant Rose #F154AD

RGB

 RED value IS 241 (94.53% from 255) = 48.39%

 GREEN value IS 84 (33.2% from 255) = 16.87%

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

R = 48.39%
G = 16.87%
B = 34.74%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.28

 K value IS 0.05

RGB Variations

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

Color information

#F154AD (or 0xF154AD) is known color: Brilliant Rose. HEX triplet: F1, 54 and AD. RGB value is (241,84,173). Sum of RGB (Red+Green+Blue) = 241+84+173=498 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.39% from 498); Green value is 84 (33.20% from 255 or 16.87% from 498); Blue value is 173 (67.97% from 255 or 34.74% from 498); Max value from RGB is 241 - color contains mainly: red. Hex color #F154AD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F154AD is #0EAB52. Grayscale: #8C8C8C. Windows color (decimal): -961363 or 11359473. OLE color: 11359473.

HSL color Cylindrical-coordinate representation of color #F154AD: hue angle of 325.99º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F154AD is Cyan = 0, Magento = 0.65, Yellow = 0.28 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 84 173 -
CMYK 0 0.65 0.28 0.05
HSL 325.99º 0.85% 0.64% -
HSV(B) 325.99º 0.65% 0.95% -
XYZ 46.99 28.06 42.47 -
YUV 141.09 146.01 199.26 -
System Red Green Blue C M Y K H S L
Decimal 241 84 173 0 0.65 0.28 0.05 325.99 0.85 0.64
Hex F1 54 AD 0 41 1C 5 146 55 40
Octal 361 124 255 0 101 34 5 506 125 100
Binary 11110001 1010100 10101101 0 1000001 11100 101 101000110 1010101 1000000

Color Harmonies of #F154AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F154AD

Black with #F154AD

Text Example


Text Example

White with #F154AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F154AD; }

 p { color: rgb(241,84,173); }

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

background-color css

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

 a { background-color: rgb(241,84,173); }

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

border-color css

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

 span { border-color: rgb(241,84,173); }

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