Html Css Color HEX #F1509A Brilliant Rose

📋 copy color: '#F1509A'

red 241 ◦ green 80 ◦ blue 154

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

Shades of Brilliant Rose #F1509A

Tints of Brilliant Rose #F1509A

RGB

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

 GREEN value IS 80 (31.64% from 255) = 16.84%

 BLUE value IS 154 (60.55% from 255) = 32.42%

R = 50.74%
G = 16.84%
B = 32.42%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.36

 K value IS 0.05

RGB Variations

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

Color information

#F1509A (or 0xF1509A) is known color: Brilliant Rose. HEX triplet: F1, 50 and 9A. RGB value is (241,80,154). Sum of RGB (Red+Green+Blue) = 241+80+154=475 (62% of max value = 765). Red value is 241 (94.53% from 255 or 50.74% from 475); Green value is 80 (31.64% from 255 or 16.84% from 475); Blue value is 154 (60.55% from 255 or 32.42% from 475); Max value from RGB is 241 - color contains mainly: red. Hex color #F1509A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F1509A is #0EAF65. Grayscale: #888888. Windows color (decimal): -962406 or 10113265. OLE color: 10113265.

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

Color convert

RGB 241 80 154 -
CMYK 0 0.67 0.36 0.05
HSL 332.42º 0.85% 0.63% -
HSV(B) 332.42º 0.67% 0.95% -
XYZ 44.98 26.77 33.37 -
YUV 136.58 137.84 202.48 -
System Red Green Blue C M Y K H S L
Decimal 241 80 154 0 0.67 0.36 0.05 332.42 0.85 0.63
Hex F1 50 9A 0 43 24 5 14C 55 3F
Octal 361 120 232 0 103 44 5 514 125 77
Binary 11110001 1010000 10011010 0 1000011 100100 101 101001100 1010101 111111

Color Harmonies of #F1509A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1509A

Black with #F1509A

Text Example


Text Example

White with #F1509A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1509A; }

 p { color: rgb(241,80,154); }

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

background-color css

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

 a { background-color: rgb(241,80,154); }

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

border-color css

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

 span { border-color: rgb(241,80,154); }

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