Html Css Color HEX #F05DAB Brilliant Rose

📋 copy color: '#F05DAB'

red 240 ◦ green 93 ◦ blue 171

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

Shades of Brilliant Rose #F05DAB

Tints of Brilliant Rose #F05DAB

RGB

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

 GREEN value IS 93 (36.72% from 255) = 18.45%

 BLUE value IS 171 (67.19% from 255) = 33.93%

R = 47.62%
G = 18.45%
B = 33.93%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.29

 K value IS 0.06

RGB Variations

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

Color information

#F05DAB (or 0xF05DAB) is known color: Brilliant Rose. HEX triplet: F0, 5D and AB. RGB value is (240,93,171). Sum of RGB (Red+Green+Blue) = 240+93+171=504 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.62% from 504); Green value is 93 (36.72% from 255 or 18.45% from 504); Blue value is 171 (67.19% from 255 or 33.93% from 504); Max value from RGB is 240 - color contains mainly: red. Hex color #F05DAB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F05DAB is #0FA254. Grayscale: #919191. Windows color (decimal): -1024597 or 11230704. OLE color: 11230704.

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

Color convert

RGB 240 93 171 -
CMYK 0 0.61 0.29 0.06
HSL 328.16º 0.83% 0.65% -
HSV(B) 328.16º 0.61% 0.94% -
XYZ 47.2 29.29 41.69 -
YUV 145.85 142.2 195.16 -
System Red Green Blue C M Y K H S L
Decimal 240 93 171 0 0.61 0.29 0.06 328.16 0.83 0.65
Hex F0 5D AB 0 3D 1D 6 148 53 41
Octal 360 135 253 0 75 35 6 510 123 101
Binary 11110000 1011101 10101011 0 111101 11101 110 101001000 1010011 1000001

Color Harmonies of #F05DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05DAB

Black with #F05DAB

Text Example


Text Example

White with #F05DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05DAB; }

 p { color: rgb(240,93,171); }

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

background-color css

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

 a { background-color: rgb(240,93,171); }

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

border-color css

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

 span { border-color: rgb(240,93,171); }

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