Html Css Color HEX #F158AA Brilliant Rose

📋 copy color: '#F158AA'

red 241 ◦ green 88 ◦ blue 170

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

Shades of Brilliant Rose #F158AA

Tints of Brilliant Rose #F158AA

RGB

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

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

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

R = 48.3%
G = 17.64%
B = 34.07%

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

#F158AA (or 0xF158AA) is known color: Brilliant Rose. HEX triplet: F1, 58 and AA. RGB value is (241,88,170). Sum of RGB (Red+Green+Blue) = 241+88+170=499 (66% of max value = 765). Red value is 241 (94.53% from 255 or 48.30% from 499); Green value is 88 (34.77% from 255 or 17.64% from 499); Blue value is 170 (66.80% from 255 or 34.07% from 499); Max value from RGB is 241 - color contains mainly: red. Hex color #F158AA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F158AA is #0EA755. Grayscale: #8E8E8E. Windows color (decimal): -960342 or 11163889. OLE color: 11163889.

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

Color convert

RGB 241 88 170 -
CMYK 0 0.63 0.29 0.05
HSL 327.84º 0.85% 0.65% -
HSV(B) 327.84º 0.63% 0.95% -
XYZ 47.02 28.58 41.07 -
YUV 143.1 143.19 197.83 -
System Red Green Blue C M Y K H S L
Decimal 241 88 170 0 0.63 0.29 0.05 327.84 0.85 0.65
Hex F1 58 AA 0 3F 1D 5 148 55 41
Octal 361 130 252 0 77 35 5 510 125 101
Binary 11110001 1011000 10101010 0 111111 11101 101 101001000 1010101 1000001

Color Harmonies of #F158AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F158AA

Black with #F158AA

Text Example


Text Example

White with #F158AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F158AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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