Html Css Color HEX #FF58A6 Brilliant Rose

📋 copy color: '#FF58A6'

red 255 ◦ green 88 ◦ blue 166

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

Shades of Brilliant Rose #FF58A6

Tints of Brilliant Rose #FF58A6

RGB

 RED value IS 255 (100% from 255) = 50.1%

 GREEN value IS 88 (34.77% from 255) = 17.29%

 BLUE value IS 166 (65.23% from 255) = 32.61%

R = 50.1%
G = 17.29%
B = 32.61%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.35

 K value IS 0

RGB Variations

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

Color information

#FF58A6 (or 0xFF58A6) is known color: Brilliant Rose. HEX triplet: FF, 58 and A6. RGB value is (255,88,166). Sum of RGB (Red+Green+Blue) = 255+88+166=509 (67% of max value = 765). Red value is 255 (100% from 255 or 50.10% from 509); Green value is 88 (34.77% from 255 or 17.29% from 509); Blue value is 166 (65.23% from 255 or 32.61% from 509); Max value from RGB is 255 - color contains mainly: red. Hex color #FF58A6 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF58A6 is #00A759. Grayscale: #929292. Windows color (decimal): -42842 or 10901759. OLE color: 10901759.

HSL color Cylindrical-coordinate representation of color #FF58A6: hue angle of 331.98º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FF58A6 is Cyan = 0, Magento = 0.65, Yellow = 0.35 and Black (K on CMYK) = 0.

Color convert

RGB 255 88 166 -
CMYK 0 0.65 0.35 0
HSL 331.98º 1% 0.67% -
HSV(B) 331.98º 0.65% 1% -
XYZ 51.61 30.99 39.34 -
YUV 146.83 138.83 205.16 -
System Red Green Blue C M Y K H S L
Decimal 255 88 166 0 0.65 0.35 0 331.98 1 0.67
Hex FF 58 A6 0 41 23 0 14C 64 43
Octal 377 130 246 0 101 43 0 514 144 103
Binary 11111111 1011000 10100110 0 1000001 100011 0 101001100 1100100 1000011

Color Harmonies of #FF58A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF58A6

Black with #FF58A6

Text Example


Text Example

White with #FF58A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF58A6; }

 p { color: rgb(255,88,166); }

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

background-color css

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

 a { background-color: rgb(255,88,166); }

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

border-color css

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

 span { border-color: rgb(255,88,166); }

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