Html Css Color HEX #F056B2 Brilliant Rose

📋 copy color: '#F056B2'

red 240 ◦ green 86 ◦ blue 178

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

Shades of Brilliant Rose #F056B2

Tints of Brilliant Rose #F056B2

RGB

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

 GREEN value IS 86 (33.98% from 255) = 17.06%

 BLUE value IS 178 (69.92% from 255) = 35.32%

R = 47.62%
G = 17.06%
B = 35.32%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.26

 K value IS 0.06

RGB Variations

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

Color information

#F056B2 (or 0xF056B2) is known color: Brilliant Rose. HEX triplet: F0, 56 and B2. RGB value is (240,86,178). Sum of RGB (Red+Green+Blue) = 240+86+178=504 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.62% from 504); Green value is 86 (33.98% from 255 or 17.06% from 504); Blue value is 178 (69.92% from 255 or 35.32% from 504); Max value from RGB is 240 - color contains mainly: red. Hex color #F056B2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F056B2 is #0FA94D. Grayscale: #8E8E8E. Windows color (decimal): -1026382 or 11687664. OLE color: 11687664.

HSL color Cylindrical-coordinate representation of color #F056B2: hue angle of 324.16º 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 #F056B2 is Cyan = 0, Magento = 0.64, Yellow = 0.26 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 86 178 -
CMYK 0 0.64 0.26 0.06
HSL 324.16º 0.84% 0.64% -
HSV(B) 324.16º 0.64% 0.94% -
XYZ 47.3 28.4 45.11 -
YUV 142.53 148.02 197.52 -
System Red Green Blue C M Y K H S L
Decimal 240 86 178 0 0.64 0.26 0.06 324.16 0.84 0.64
Hex F0 56 B2 0 40 1A 6 144 54 40
Octal 360 126 262 0 100 32 6 504 124 100
Binary 11110000 1010110 10110010 0 1000000 11010 110 101000100 1010100 1000000

Color Harmonies of #F056B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F056B2

Black with #F056B2

Text Example


Text Example

White with #F056B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F056B2; }

 p { color: rgb(240,86,178); }

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

background-color css

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

 a { background-color: rgb(240,86,178); }

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

border-color css

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

 span { border-color: rgb(240,86,178); }

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