Html Css Color HEX #FF55AF Brilliant Rose

📋 copy color: '#FF55AF'

red 255 ◦ green 85 ◦ blue 175

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

Shades of Brilliant Rose #FF55AF

Tints of Brilliant Rose #FF55AF

RGB

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

 GREEN value IS 85 (33.59% from 255) = 16.5%

 BLUE value IS 175 (68.75% from 255) = 33.98%

R = 49.51%
G = 16.5%
B = 33.98%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.31

 K value IS 0

RGB Variations

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

Color information

#FF55AF (or 0xFF55AF) is known color: Brilliant Rose. HEX triplet: FF, 55 and AF. RGB value is (255,85,175). Sum of RGB (Red+Green+Blue) = 255+85+175=515 (68% of max value = 765). Red value is 255 (100% from 255 or 49.51% from 515); Green value is 85 (33.59% from 255 or 16.50% from 515); Blue value is 175 (68.75% from 255 or 33.98% from 515); Max value from RGB is 255 - color contains mainly: red. Hex color #FF55AF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF55AF is #00AA50. Grayscale: #919191. Windows color (decimal): -43601 or 11490815. OLE color: 11490815.

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

Color convert

RGB 255 85 175 -
CMYK 0 0.67 0.31 0
HSL 328.24º 1% 0.67% -
HSV(B) 328.24º 0.67% 1% -
XYZ 52.23 30.85 43.76 -
YUV 146.09 144.32 205.68 -
System Red Green Blue C M Y K H S L
Decimal 255 85 175 0 0.67 0.31 0 328.24 1 0.67
Hex FF 55 AF 0 43 1F 0 148 64 43
Octal 377 125 257 0 103 37 0 510 144 103
Binary 11111111 1010101 10101111 0 1000011 11111 0 101001000 1100100 1000011

Color Harmonies of #FF55AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF55AF

Black with #FF55AF

Text Example


Text Example

White with #FF55AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF55AF; }

 p { color: rgb(255,85,175); }

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

background-color css

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

 a { background-color: rgb(255,85,175); }

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

border-color css

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

 span { border-color: rgb(255,85,175); }

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