Html Css Color HEX #F158AB Brilliant Rose

📋 copy color: '#F158AB'

red 241 ◦ green 88 ◦ blue 171

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

Shades of Brilliant Rose #F158AB

Tints of Brilliant Rose #F158AB

RGB

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

 GREEN value IS 88 (34.77% from 255) = 17.6%

 BLUE value IS 171 (67.19% from 255) = 34.2%

R = 48.2%
G = 17.6%
B = 34.2%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.29

 K value IS 0.05

RGB Variations

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

Color information

#F158AB (or 0xF158AB) is known color: Brilliant Rose. HEX triplet: F1, 58 and AB. RGB value is (241,88,171). Sum of RGB (Red+Green+Blue) = 241+88+171=500 (66% of max value = 765). Red value is 241 (94.53% from 255 or 48.2% from 500); Green value is 88 (34.77% from 255 or 17.6% from 500); Blue value is 171 (67.19% from 255 or 34.2% from 500); Max value from RGB is 241 - color contains mainly: red. Hex color #F158AB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F158AB is #0EA754. Grayscale: #8F8F8F. Windows color (decimal): -960341 or 11229425. OLE color: 11229425.

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

Color convert

RGB 241 88 171 -
CMYK 0 0.63 0.29 0.05
HSL 327.45º 0.85% 0.65% -
HSV(B) 327.45º 0.63% 0.95% -
XYZ 47.12 28.62 41.57 -
YUV 143.21 143.69 197.75 -
System Red Green Blue C M Y K H S L
Decimal 241 88 171 0 0.63 0.29 0.05 327.45 0.85 0.65
Hex F1 58 AB 0 3F 1D 5 147 55 41
Octal 361 130 253 0 77 35 5 507 125 101
Binary 11110001 1011000 10101011 0 111111 11101 101 101000111 1010101 1000001

Color Harmonies of #F158AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F158AB

Black with #F158AB

Text Example


Text Example

White with #F158AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F158AB; }

 p { color: rgb(241,88,171); }

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

background-color css

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

 a { background-color: rgb(241,88,171); }

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

border-color css

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

 span { border-color: rgb(241,88,171); }

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