Html Css Color HEX #F151A0 Brilliant Rose

📋 copy color: '#F151A0'

red 241 ◦ green 81 ◦ blue 160

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

Shades of Brilliant Rose #F151A0

Tints of Brilliant Rose #F151A0

RGB

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

 GREEN value IS 81 (32.03% from 255) = 16.8%

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

R = 50%
G = 16.8%
B = 33.2%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.34

 K value IS 0.05

RGB Variations

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

Color information

#F151A0 (or 0xF151A0) is known color: Brilliant Rose. HEX triplet: F1, 51 and A0. RGB value is (241,81,160). Sum of RGB (Red+Green+Blue) = 241+81+160=482 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50% from 482); Green value is 81 (32.03% from 255 or 16.80% from 482); Blue value is 160 (62.89% from 255 or 33.20% from 482); Max value from RGB is 241 - color contains mainly: red. Hex color #F151A0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F151A0 is #0EAE5F. Grayscale: #898989. Windows color (decimal): -962144 or 10506737. OLE color: 10506737.

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

Color convert

RGB 241 81 160 -
CMYK 0 0.66 0.34 0.05
HSL 330.38º 0.85% 0.63% -
HSV(B) 330.38º 0.66% 0.95% -
XYZ 45.56 27.12 36.09 -
YUV 137.85 140.51 201.58 -
System Red Green Blue C M Y K H S L
Decimal 241 81 160 0 0.66 0.34 0.05 330.38 0.85 0.63
Hex F1 51 A0 0 42 22 5 14A 55 3F
Octal 361 121 240 0 102 42 5 512 125 77
Binary 11110001 1010001 10100000 0 1000010 100010 101 101001010 1010101 111111

Color Harmonies of #F151A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F151A0

Black with #F151A0

Text Example


Text Example

White with #F151A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F151A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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