Html Css Color HEX #F158B0 Brilliant Rose

📋 copy color: '#F158B0'

red 241 ◦ green 88 ◦ blue 176

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

Shades of Brilliant Rose #F158B0

Tints of Brilliant Rose #F158B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 34.85%

R = 47.72%
G = 17.43%
B = 34.85%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.27

 K value IS 0.05

RGB Variations

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

Color information

#F158B0 (or 0xF158B0) is known color: Brilliant Rose. HEX triplet: F1, 58 and B0. RGB value is (241,88,176). Sum of RGB (Red+Green+Blue) = 241+88+176=505 (66% of max value = 765). Red value is 241 (94.53% from 255 or 47.72% from 505); Green value is 88 (34.77% from 255 or 17.43% from 505); Blue value is 176 (69.14% from 255 or 34.85% from 505); Max value from RGB is 241 - color contains mainly: red. Hex color #F158B0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F158B0 is #0EA74F. Grayscale: #8F8F8F. Windows color (decimal): -960336 or 11557105. OLE color: 11557105.

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

Color convert

RGB 241 88 176 -
CMYK 0 0.63 0.27 0.05
HSL 325.49º 0.85% 0.65% -
HSV(B) 325.49º 0.63% 0.95% -
XYZ 47.6 28.81 44.13 -
YUV 143.78 146.19 197.34 -
System Red Green Blue C M Y K H S L
Decimal 241 88 176 0 0.63 0.27 0.05 325.49 0.85 0.65
Hex F1 58 B0 0 3F 1B 5 145 55 41
Octal 361 130 260 0 77 33 5 505 125 101
Binary 11110001 1011000 10110000 0 111111 11011 101 101000101 1010101 1000001

Color Harmonies of #F158B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F158B0

Black with #F158B0

Text Example


Text Example

White with #F158B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F158B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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