Html Css Color HEX #F150BA Brilliant Rose

📋 copy color: '#F150BA'

red 241 ◦ green 80 ◦ blue 186

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

Shades of Brilliant Rose #F150BA

Tints of Brilliant Rose #F150BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 36.69%

R = 47.53%
G = 15.78%
B = 36.69%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.23

 K value IS 0.05

RGB Variations

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

Color information

#F150BA (or 0xF150BA) is known color: Brilliant Rose. HEX triplet: F1, 50 and BA. RGB value is (241,80,186). Sum of RGB (Red+Green+Blue) = 241+80+186=507 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.53% from 507); Green value is 80 (31.64% from 255 or 15.78% from 507); Blue value is 186 (73.05% from 255 or 36.69% from 507); Max value from RGB is 241 - color contains mainly: red. Hex color #F150BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F150BA is #0EAF45. Grayscale: #8B8B8B. Windows color (decimal): -962374 or 12210417. OLE color: 12210417.

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

Color convert

RGB 241 80 186 -
CMYK 0 0.67 0.23 0.05
HSL 320.5º 0.85% 0.63% -
HSV(B) 320.5º 0.67% 0.95% -
XYZ 48.01 27.98 49.33 -
YUV 140.22 153.84 199.88 -
System Red Green Blue C M Y K H S L
Decimal 241 80 186 0 0.67 0.23 0.05 320.5 0.85 0.63
Hex F1 50 BA 0 43 17 5 140 55 3F
Octal 361 120 272 0 103 27 5 500 125 77
Binary 11110001 1010000 10111010 0 1000011 10111 101 101000000 1010101 111111

Color Harmonies of #F150BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F150BA

Black with #F150BA

Text Example


Text Example

White with #F150BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F150BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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