Html Css Color HEX #F156A0 Brilliant Rose

📋 copy color: '#F156A0'

red 241 ◦ green 86 ◦ blue 160

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

Shades of Brilliant Rose #F156A0

Tints of Brilliant Rose #F156A0

RGB

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

 GREEN value IS 86 (33.98% from 255) = 17.66%

 BLUE value IS 160 (62.89% from 255) = 32.85%

R = 49.49%
G = 17.66%
B = 32.85%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.34

 K value IS 0.05

RGB Variations

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

Color information

#F156A0 (or 0xF156A0) is known color: Brilliant Rose. HEX triplet: F1, 56 and A0. RGB value is (241,86,160). Sum of RGB (Red+Green+Blue) = 241+86+160=487 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.49% from 487); Green value is 86 (33.98% from 255 or 17.66% from 487); Blue value is 160 (62.89% from 255 or 32.85% from 487); Max value from RGB is 241 - color contains mainly: red. Hex color #F156A0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F156A0 is #0EA95F. Grayscale: #8C8C8C. Windows color (decimal): -960864 or 10508017. OLE color: 10508017.

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

Color convert

RGB 241 86 160 -
CMYK 0 0.64 0.34 0.05
HSL 331.35º 0.85% 0.64% -
HSV(B) 331.35º 0.64% 0.95% -
XYZ 45.95 27.89 36.22 -
YUV 140.78 138.85 199.48 -
System Red Green Blue C M Y K H S L
Decimal 241 86 160 0 0.64 0.34 0.05 331.35 0.85 0.64
Hex F1 56 A0 0 40 22 5 14B 55 40
Octal 361 126 240 0 100 42 5 513 125 100
Binary 11110001 1010110 10100000 0 1000000 100010 101 101001011 1010101 1000000

Color Harmonies of #F156A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F156A0

Black with #F156A0

Text Example


Text Example

White with #F156A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F156A0; }

 p { color: rgb(241,86,160); }

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

background-color css

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

 a { background-color: rgb(241,86,160); }

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

border-color css

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

 span { border-color: rgb(241,86,160); }

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