Html Css Color HEX #F157AC Brilliant Rose

📋 copy color: '#F157AC'

red 241 ◦ green 87 ◦ blue 172

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

Shades of Brilliant Rose #F157AC

Tints of Brilliant Rose #F157AC

RGB

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

 GREEN value IS 87 (34.38% from 255) = 17.4%

 BLUE value IS 172 (67.58% from 255) = 34.4%

R = 48.2%
G = 17.4%
B = 34.4%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.29

 K value IS 0.05

RGB Variations

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

Color information

#F157AC (or 0xF157AC) is known color: Brilliant Rose. HEX triplet: F1, 57 and AC. RGB value is (241,87,172). Sum of RGB (Red+Green+Blue) = 241+87+172=500 (66% of max value = 765). Red value is 241 (94.53% from 255 or 48.2% from 500); Green value is 87 (34.38% from 255 or 17.4% from 500); Blue value is 172 (67.58% from 255 or 34.4% from 500); Max value from RGB is 241 - color contains mainly: red. Hex color #F157AC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F157AC is #0EA853. Grayscale: #8E8E8E. Windows color (decimal): -960596 or 11294705. OLE color: 11294705.

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

Color convert

RGB 241 87 172 -
CMYK 0 0.64 0.29 0.05
HSL 326.88º 0.85% 0.64% -
HSV(B) 326.88º 0.64% 0.95% -
XYZ 47.13 28.5 42.05 -
YUV 142.74 144.52 198.09 -
System Red Green Blue C M Y K H S L
Decimal 241 87 172 0 0.64 0.29 0.05 326.88 0.85 0.64
Hex F1 57 AC 0 40 1D 5 147 55 40
Octal 361 127 254 0 100 35 5 507 125 100
Binary 11110001 1010111 10101100 0 1000000 11101 101 101000111 1010101 1000000

Color Harmonies of #F157AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F157AC

Black with #F157AC

Text Example


Text Example

White with #F157AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F157AC; }

 p { color: rgb(241,87,172); }

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

background-color css

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

 a { background-color: rgb(241,87,172); }

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

border-color css

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

 span { border-color: rgb(241,87,172); }

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