Html Css Color HEX #F154AA Brilliant Rose

📋 copy color: '#F154AA'

red 241 ◦ green 84 ◦ blue 170

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

Shades of Brilliant Rose #F154AA

Tints of Brilliant Rose #F154AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 34.34%

R = 48.69%
G = 16.97%
B = 34.34%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.29

 K value IS 0.05

RGB Variations

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

Color information

#F154AA (or 0xF154AA) is known color: Brilliant Rose. HEX triplet: F1, 54 and AA. RGB value is (241,84,170). Sum of RGB (Red+Green+Blue) = 241+84+170=495 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.69% from 495); Green value is 84 (33.20% from 255 or 16.97% from 495); Blue value is 170 (66.80% from 255 or 34.34% from 495); Max value from RGB is 241 - color contains mainly: red. Hex color #F154AA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F154AA is #0EAB55. Grayscale: #8C8C8C. Windows color (decimal): -961366 or 11162865. OLE color: 11162865.

HSL color Cylindrical-coordinate representation of color #F154AA: hue angle of 327.13º 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 #F154AA is Cyan = 0, Magento = 0.65, Yellow = 0.29 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 84 170 -
CMYK 0 0.65 0.29 0.05
HSL 327.13º 0.85% 0.64% -
HSV(B) 327.13º 0.65% 0.95% -
XYZ 46.7 27.94 40.96 -
YUV 140.75 144.51 199.51 -
System Red Green Blue C M Y K H S L
Decimal 241 84 170 0 0.65 0.29 0.05 327.13 0.85 0.64
Hex F1 54 AA 0 41 1D 5 147 55 40
Octal 361 124 252 0 101 35 5 507 125 100
Binary 11110001 1010100 10101010 0 1000001 11101 101 101000111 1010101 1000000

Color Harmonies of #F154AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F154AA

Black with #F154AA

Text Example


Text Example

White with #F154AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F154AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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