Html Css Color HEX #F054B5 Brilliant Rose

📋 copy color: '#F054B5'

red 240 ◦ green 84 ◦ blue 181

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

Shades of Brilliant Rose #F054B5

Tints of Brilliant Rose #F054B5

RGB

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

 GREEN value IS 84 (33.2% from 255) = 16.63%

 BLUE value IS 181 (71.09% from 255) = 35.84%

R = 47.52%
G = 16.63%
B = 35.84%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.25

 K value IS 0.06

RGB Variations

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

Color information

#F054B5 (or 0xF054B5) is known color: Brilliant Rose. HEX triplet: F0, 54 and B5. RGB value is (240,84,181). Sum of RGB (Red+Green+Blue) = 240+84+181=505 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.52% from 505); Green value is 84 (33.20% from 255 or 16.63% from 505); Blue value is 181 (71.09% from 255 or 35.84% from 505); Max value from RGB is 240 - color contains mainly: red. Hex color #F054B5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F054B5 is #0FAB4A. Grayscale: #8D8D8D. Windows color (decimal): -1026891 or 11883760. OLE color: 11883760.

HSL color Cylindrical-coordinate representation of color #F054B5: hue angle of 322.69º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F054B5 is Cyan = 0, Magento = 0.65, Yellow = 0.25 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 84 181 -
CMYK 0 0.65 0.25 0.06
HSL 322.69º 0.84% 0.64% -
HSV(B) 322.69º 0.65% 0.94% -
XYZ 47.45 28.2 46.66 -
YUV 141.7 150.18 198.11 -
System Red Green Blue C M Y K H S L
Decimal 240 84 181 0 0.65 0.25 0.06 322.69 0.84 0.64
Hex F0 54 B5 0 41 19 6 143 54 40
Octal 360 124 265 0 101 31 6 503 124 100
Binary 11110000 1010100 10110101 0 1000001 11001 110 101000011 1010100 1000000

Color Harmonies of #F054B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F054B5

Black with #F054B5

Text Example


Text Example

White with #F054B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F054B5; }

 p { color: rgb(240,84,181); }

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

background-color css

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

 a { background-color: rgb(240,84,181); }

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

border-color css

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

 span { border-color: rgb(240,84,181); }

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