Html Css Color HEX #F057B0 Brilliant Rose

📋 copy color: '#F057B0'

red 240 ◦ green 87 ◦ blue 176

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

Shades of Brilliant Rose #F057B0

Tints of Brilliant Rose #F057B0

RGB

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

 GREEN value IS 87 (34.38% from 255) = 17.3%

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

R = 47.71%
G = 17.3%
B = 34.99%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.27

 K value IS 0.06

RGB Variations

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

Color information

#F057B0 (or 0xF057B0) is known color: Brilliant Rose. HEX triplet: F0, 57 and B0. RGB value is (240,87,176). Sum of RGB (Red+Green+Blue) = 240+87+176=503 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.71% from 503); Green value is 87 (34.38% from 255 or 17.30% from 503); Blue value is 176 (69.14% from 255 or 34.99% from 503); Max value from RGB is 240 - color contains mainly: red. Hex color #F057B0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F057B0 is #0FA84F. Grayscale: #8E8E8E. Windows color (decimal): -1026128 or 11556848. OLE color: 11556848.

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

Color convert

RGB 240 87 176 -
CMYK 0 0.64 0.27 0.06
HSL 325.1º 0.84% 0.64% -
HSV(B) 325.1º 0.64% 0.94% -
XYZ 47.18 28.48 44.08 -
YUV 142.89 146.69 197.26 -
System Red Green Blue C M Y K H S L
Decimal 240 87 176 0 0.64 0.27 0.06 325.1 0.84 0.64
Hex F0 57 B0 0 40 1B 6 145 54 40
Octal 360 127 260 0 100 33 6 505 124 100
Binary 11110000 1010111 10110000 0 1000000 11011 110 101000101 1010100 1000000

Color Harmonies of #F057B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F057B0

Black with #F057B0

Text Example


Text Example

White with #F057B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F057B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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