Html Css Color HEX #F157B0 Brilliant Rose

📋 copy color: '#F157B0'

red 241 ◦ green 87 ◦ blue 176

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

Shades of Brilliant Rose #F157B0

Tints of Brilliant Rose #F157B0

RGB

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

 GREEN value IS 87 (34.38% from 255) = 17.26%

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

R = 47.82%
G = 17.26%
B = 34.92%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.27

 K value IS 0.05

RGB Variations

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

Color information

#F157B0 (or 0xF157B0) is known color: Brilliant Rose. HEX triplet: F1, 57 and B0. RGB value is (241,87,176). Sum of RGB (Red+Green+Blue) = 241+87+176=504 (66% of max value = 765). Red value is 241 (94.53% from 255 or 47.82% from 504); Green value is 87 (34.38% from 255 or 17.26% from 504); Blue value is 176 (69.14% from 255 or 34.92% from 504); Max value from RGB is 241 - color contains mainly: red. Hex color #F157B0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F157B0 is #0EA84F. Grayscale: #8E8E8E. Windows color (decimal): -960592 or 11556849. OLE color: 11556849.

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

Color convert

RGB 241 87 176 -
CMYK 0 0.64 0.27 0.05
HSL 325.32º 0.85% 0.64% -
HSV(B) 325.32º 0.64% 0.95% -
XYZ 47.52 28.65 44.1 -
YUV 143.19 146.52 197.76 -
System Red Green Blue C M Y K H S L
Decimal 241 87 176 0 0.64 0.27 0.05 325.32 0.85 0.64
Hex F1 57 B0 0 40 1B 5 145 55 40
Octal 361 127 260 0 100 33 5 505 125 100
Binary 11110001 1010111 10110000 0 1000000 11011 101 101000101 1010101 1000000

Color Harmonies of #F157B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F157B0

Black with #F157B0

Text Example


Text Example

White with #F157B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F157B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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