Html Css Color HEX #F157B2 Brilliant Rose

📋 copy color: '#F157B2'

red 241 ◦ green 87 ◦ blue 178

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

Shades of Brilliant Rose #F157B2

Tints of Brilliant Rose #F157B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 35.18%

R = 47.63%
G = 17.19%
B = 35.18%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.26

 K value IS 0.05

RGB Variations

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

Color information

#F157B2 (or 0xF157B2) is known color: Brilliant Rose. HEX triplet: F1, 57 and B2. RGB value is (241,87,178). Sum of RGB (Red+Green+Blue) = 241+87+178=506 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.63% from 506); Green value is 87 (34.38% from 255 or 17.19% from 506); Blue value is 178 (69.92% from 255 or 35.18% from 506); Max value from RGB is 241 - color contains mainly: red. Hex color #F157B2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F157B2 is #0EA84D. Grayscale: #8F8F8F. Windows color (decimal): -960590 or 11687921. OLE color: 11687921.

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

Color convert

RGB 241 87 178 -
CMYK 0 0.64 0.26 0.05
HSL 324.55º 0.85% 0.64% -
HSV(B) 324.55º 0.64% 0.95% -
XYZ 47.72 28.73 45.15 -
YUV 143.42 147.52 197.6 -
System Red Green Blue C M Y K H S L
Decimal 241 87 178 0 0.64 0.26 0.05 324.55 0.85 0.64
Hex F1 57 B2 0 40 1A 5 145 55 40
Octal 361 127 262 0 100 32 5 505 125 100
Binary 11110001 1010111 10110010 0 1000000 11010 101 101000101 1010101 1000000

Color Harmonies of #F157B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F157B2

Black with #F157B2

Text Example


Text Example

White with #F157B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F157B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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