Html Css Color HEX #F041B0 Brilliant Rose

📋 copy color: '#F041B0'

red 240 ◦ green 65 ◦ blue 176

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

Shades of Brilliant Rose #F041B0

Tints of Brilliant Rose #F041B0

RGB

 RED value IS 240 (94.14% from 255) = 49.9%

 GREEN value IS 65 (25.78% from 255) = 13.51%

 BLUE value IS 176 (69.14% from 255) = 36.59%

R = 49.9%
G = 13.51%
B = 36.59%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.27

 K value IS 0.06

RGB Variations

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

Color information

#F041B0 (or 0xF041B0) is known color: Brilliant Rose. HEX triplet: F0, 41 and B0. RGB value is (240,65,176). Sum of RGB (Red+Green+Blue) = 240+65+176=481 (63% of max value = 765). Red value is 240 (94.14% from 255 or 49.90% from 481); Green value is 65 (25.78% from 255 or 13.51% from 481); Blue value is 176 (69.14% from 255 or 36.59% from 481); Max value from RGB is 240 - color contains mainly: red. Hex color #F041B0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F041B0 is #0FBE4F. Grayscale: #818181. Windows color (decimal): -1031760 or 11551216. OLE color: 11551216.

HSL color Cylindrical-coordinate representation of color #F041B0: hue angle of 321.94º degrees, saturation: 0.85, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F041B0 is Cyan = 0, Magento = 0.73, Yellow = 0.27 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 65 176 -
CMYK 0 0.73 0.27 0.06
HSL 321.94º 0.85% 0.6% -
HSV(B) 321.94º 0.73% 0.94% -
XYZ 45.66 25.44 43.58 -
YUV 129.98 153.98 206.47 -
System Red Green Blue C M Y K H S L
Decimal 240 65 176 0 0.73 0.27 0.06 321.94 0.85 0.6
Hex F0 41 B0 0 49 1B 6 142 55 3C
Octal 360 101 260 0 111 33 6 502 125 74
Binary 11110000 1000001 10110000 0 1001001 11011 110 101000010 1010101 111100

Color Harmonies of #F041B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F041B0

Black with #F041B0

Text Example


Text Example

White with #F041B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F041B0; }

 p { color: rgb(240,65,176); }

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

background-color css

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

 a { background-color: rgb(240,65,176); }

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

border-color css

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

 span { border-color: rgb(240,65,176); }

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