Html Css Color HEX #FF50B4 Brilliant Rose

📋 copy color: '#FF50B4'

red 255 ◦ green 80 ◦ blue 180

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

Shades of Brilliant Rose #FF50B4

Tints of Brilliant Rose #FF50B4

RGB

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

 GREEN value IS 80 (31.64% from 255) = 15.53%

 BLUE value IS 180 (70.7% from 255) = 34.95%

R = 49.51%
G = 15.53%
B = 34.95%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.29

 K value IS 0

RGB Variations

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

Color information

#FF50B4 (or 0xFF50B4) is known color: Brilliant Rose. HEX triplet: FF, 50 and B4. RGB value is (255,80,180). Sum of RGB (Red+Green+Blue) = 255+80+180=515 (68% of max value = 765). Red value is 255 (100% from 255 or 49.51% from 515); Green value is 80 (31.64% from 255 or 15.53% from 515); Blue value is 180 (70.70% from 255 or 34.95% from 515); Max value from RGB is 255 - color contains mainly: red. Hex color #FF50B4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF50B4 is #00AF4B. Grayscale: #8F8F8F. Windows color (decimal): -44876 or 11817215. OLE color: 11817215.

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

Color convert

RGB 255 80 180 -
CMYK 0 0.69 0.29 0
HSL 325.71º 1% 0.66% -
HSV(B) 325.71º 0.69% 1% -
XYZ 52.35 30.29 46.27 -
YUV 143.73 148.48 207.37 -
System Red Green Blue C M Y K H S L
Decimal 255 80 180 0 0.69 0.29 0 325.71 1 0.66
Hex FF 50 B4 0 45 1D 0 146 64 42
Octal 377 120 264 0 105 35 0 506 144 102
Binary 11111111 1010000 10110100 0 1000101 11101 0 101000110 1100100 1000010

Color Harmonies of #FF50B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF50B4

Black with #FF50B4

Text Example


Text Example

White with #FF50B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF50B4; }

 p { color: rgb(255,80,180); }

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

background-color css

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

 a { background-color: rgb(255,80,180); }

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

border-color css

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

 span { border-color: rgb(255,80,180); }

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