Html Css Color HEX #FF58A3 Brilliant Rose

📋 copy color: '#FF58A3'

red 255 ◦ green 88 ◦ blue 163

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

Shades of Brilliant Rose #FF58A3

Tints of Brilliant Rose #FF58A3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 32.21%

R = 50.4%
G = 17.39%
B = 32.21%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.36

 K value IS 0

RGB Variations

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

Color information

#FF58A3 (or 0xFF58A3) is known color: Brilliant Rose. HEX triplet: FF, 58 and A3. RGB value is (255,88,163). Sum of RGB (Red+Green+Blue) = 255+88+163=506 (67% of max value = 765). Red value is 255 (100% from 255 or 50.40% from 506); Green value is 88 (34.77% from 255 or 17.39% from 506); Blue value is 163 (64.06% from 255 or 32.21% from 506); Max value from RGB is 255 - color contains mainly: red. Hex color #FF58A3 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF58A3 is #00A75C. Grayscale: #929292. Windows color (decimal): -42845 or 10705151. OLE color: 10705151.

HSL color Cylindrical-coordinate representation of color #FF58A3: hue angle of 333.05º 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 #FF58A3 is Cyan = 0, Magento = 0.65, Yellow = 0.36 and Black (K on CMYK) = 0.

Color convert

RGB 255 88 163 -
CMYK 0 0.65 0.36 0
HSL 333.05º 1% 0.67% -
HSV(B) 333.05º 0.65% 1% -
XYZ 51.34 30.88 37.91 -
YUV 146.48 137.33 205.4 -
System Red Green Blue C M Y K H S L
Decimal 255 88 163 0 0.65 0.36 0 333.05 1 0.67
Hex FF 58 A3 0 41 24 0 14D 64 43
Octal 377 130 243 0 101 44 0 515 144 103
Binary 11111111 1011000 10100011 0 1000001 100100 0 101001101 1100100 1000011

Color Harmonies of #FF58A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF58A3

Black with #FF58A3

Text Example


Text Example

White with #FF58A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF58A3; }

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

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

background-color css

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

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

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

border-color css

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

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

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