Html Css Color HEX #F152B1 Brilliant Rose

📋 copy color: '#F152B1'

red 241 ◦ green 82 ◦ blue 177

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

Shades of Brilliant Rose #F152B1

Tints of Brilliant Rose #F152B1

RGB

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

 GREEN value IS 82 (32.42% from 255) = 16.4%

 BLUE value IS 177 (69.53% from 255) = 35.4%

R = 48.2%
G = 16.4%
B = 35.4%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.27

 K value IS 0.05

RGB Variations

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

Color information

#F152B1 (or 0xF152B1) is known color: Brilliant Rose. HEX triplet: F1, 52 and B1. RGB value is (241,82,177). Sum of RGB (Red+Green+Blue) = 241+82+177=500 (66% of max value = 765). Red value is 241 (94.53% from 255 or 48.2% from 500); Green value is 82 (32.42% from 255 or 16.4% from 500); Blue value is 177 (69.53% from 255 or 35.4% from 500); Max value from RGB is 241 - color contains mainly: red. Hex color #F152B1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F152B1 is #0EAD4E. Grayscale: #8C8C8C. Windows color (decimal): -961871 or 11621105. OLE color: 11621105.

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

Color convert

RGB 241 82 177 -
CMYK 0 0.66 0.27 0.05
HSL 324.15º 0.85% 0.63% -
HSV(B) 324.15º 0.66% 0.95% -
XYZ 47.23 27.91 44.49 -
YUV 140.37 148.68 199.78 -
System Red Green Blue C M Y K H S L
Decimal 241 82 177 0 0.66 0.27 0.05 324.15 0.85 0.63
Hex F1 52 B1 0 42 1B 5 144 55 3F
Octal 361 122 261 0 102 33 5 504 125 77
Binary 11110001 1010010 10110001 0 1000010 11011 101 101000100 1010101 111111

Color Harmonies of #F152B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F152B1

Black with #F152B1

Text Example


Text Example

White with #F152B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F152B1; }

 p { color: rgb(241,82,177); }

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

background-color css

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

 a { background-color: rgb(241,82,177); }

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

border-color css

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

 span { border-color: rgb(241,82,177); }

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