Html Css Color HEX #F1529F Brilliant Rose

📋 copy color: '#F1529F'

red 241 ◦ green 82 ◦ blue 159

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

Shades of Brilliant Rose #F1529F

Tints of Brilliant Rose #F1529F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 32.99%

R = 50%
G = 17.01%
B = 32.99%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.34

 K value IS 0.05

RGB Variations

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

Color information

#F1529F (or 0xF1529F) is known color: Brilliant Rose. HEX triplet: F1, 52 and 9F. RGB value is (241,82,159). Sum of RGB (Red+Green+Blue) = 241+82+159=482 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50% from 482); Green value is 82 (32.42% from 255 or 17.01% from 482); Blue value is 159 (62.5% from 255 or 32.99% from 482); Max value from RGB is 241 - color contains mainly: red. Hex color #F1529F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F1529F is #0EAD60. Grayscale: #8A8A8A. Windows color (decimal): -961889 or 10441457. OLE color: 10441457.

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

Color convert

RGB 241 82 159 -
CMYK 0 0.66 0.34 0.05
HSL 330.94º 0.85% 0.63% -
HSV(B) 330.94º 0.66% 0.95% -
XYZ 45.55 27.24 35.66 -
YUV 138.32 139.68 201.24 -
System Red Green Blue C M Y K H S L
Decimal 241 82 159 0 0.66 0.34 0.05 330.94 0.85 0.63
Hex F1 52 9F 0 42 22 5 14B 55 3F
Octal 361 122 237 0 102 42 5 513 125 77
Binary 11110001 1010010 10011111 0 1000010 100010 101 101001011 1010101 111111

Color Harmonies of #F1529F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1529F

Black with #F1529F

Text Example


Text Example

White with #F1529F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1529F; }

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

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

background-color css

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

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

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

border-color css

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

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

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