Html Css Color HEX #F1529E Brilliant Rose

📋 copy color: '#F1529E'

red 241 ◦ green 82 ◦ blue 158

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

Shades of Brilliant Rose #F1529E

Tints of Brilliant Rose #F1529E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 32.85%

R = 50.1%
G = 17.05%
B = 32.85%

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

#F1529E (or 0xF1529E) is known color: Brilliant Rose. HEX triplet: F1, 52 and 9E. RGB value is (241,82,158). Sum of RGB (Red+Green+Blue) = 241+82+158=481 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.10% from 481); Green value is 82 (32.42% from 255 or 17.05% from 481); Blue value is 158 (62.11% from 255 or 32.85% from 481); Max value from RGB is 241 - color contains mainly: red. Hex color #F1529E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F1529E is #0EAD61. Grayscale: #8A8A8A. Windows color (decimal): -961890 or 10375921. OLE color: 10375921.

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

Color convert

RGB 241 82 158 -
CMYK 0 0.66 0.34 0.05
HSL 331.32º 0.85% 0.63% -
HSV(B) 331.32º 0.66% 0.95% -
XYZ 45.46 27.2 35.2 -
YUV 138.21 139.18 201.32 -
System Red Green Blue C M Y K H S L
Decimal 241 82 158 0 0.66 0.34 0.05 331.32 0.85 0.63
Hex F1 52 9E 0 42 22 5 14B 55 3F
Octal 361 122 236 0 102 42 5 513 125 77
Binary 11110001 1010010 10011110 0 1000010 100010 101 101001011 1010101 111111

Color Harmonies of #F1529E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1529E

Black with #F1529E

Text Example


Text Example

White with #F1529E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1529E; }

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

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

background-color css

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

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

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

border-color css

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

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

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