Html Css Color HEX #F05BAC Brilliant Rose

📋 copy color: '#F05BAC'

red 240 ◦ green 91 ◦ blue 172

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

Shades of Brilliant Rose #F05BAC

Tints of Brilliant Rose #F05BAC

RGB

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

 GREEN value IS 91 (35.94% from 255) = 18.09%

 BLUE value IS 172 (67.58% from 255) = 34.19%

R = 47.71%
G = 18.09%
B = 34.19%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.28

 K value IS 0.06

RGB Variations

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

Color information

#F05BAC (or 0xF05BAC) is known color: Brilliant Rose. HEX triplet: F0, 5B and AC. RGB value is (240,91,172). Sum of RGB (Red+Green+Blue) = 240+91+172=503 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.71% from 503); Green value is 91 (35.94% from 255 or 18.09% from 503); Blue value is 172 (67.58% from 255 or 34.19% from 503); Max value from RGB is 240 - color contains mainly: red. Hex color #F05BAC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F05BAC is #0FA453. Grayscale: #909090. Windows color (decimal): -1025108 or 11295728. OLE color: 11295728.

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

Color convert

RGB 240 91 172 -
CMYK 0 0.62 0.28 0.06
HSL 327.38º 0.83% 0.65% -
HSV(B) 327.38º 0.62% 0.94% -
XYZ 47.12 28.99 42.14 -
YUV 144.79 143.36 195.91 -
System Red Green Blue C M Y K H S L
Decimal 240 91 172 0 0.62 0.28 0.06 327.38 0.83 0.65
Hex F0 5B AC 0 3E 1C 6 147 53 41
Octal 360 133 254 0 76 34 6 507 123 101
Binary 11110000 1011011 10101100 0 111110 11100 110 101000111 1010011 1000001

Color Harmonies of #F05BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05BAC

Black with #F05BAC

Text Example


Text Example

White with #F05BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05BAC; }

 p { color: rgb(240,91,172); }

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

background-color css

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

 a { background-color: rgb(240,91,172); }

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

border-color css

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

 span { border-color: rgb(240,91,172); }

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