Html Css Color HEX #FF1B61 Radical Red

📋 copy color: '#FF1B61'

red 255 ◦ green 27 ◦ blue 97

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

Shades of Radical Red #FF1B61

Tints of Radical Red #FF1B61

RGB

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

 GREEN value IS 27 (10.94% from 255) = 7.12%

 BLUE value IS 97 (38.28% from 255) = 25.59%

R = 67.28%
G = 7.12%
B = 25.59%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.62

 K value IS 0

RGB Variations

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

Color information

#FF1B61 (or 0xFF1B61) is known color: Radical Red. HEX triplet: FF, 1B and 61. RGB value is (255,27,97). Sum of RGB (Red+Green+Blue) = 255+27+97=379 (50% of max value = 765). Red value is 255 (100% from 255 or 67.28% from 379); Green value is 27 (10.94% from 255 or 7.12% from 379); Blue value is 97 (38.28% from 255 or 25.59% from 379); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1B61 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF1B61 is #00E49E. Grayscale: #676767. Windows color (decimal): -58527 or 6364159. OLE color: 6364159.

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

Color convert

RGB 255 27 97 -
CMYK 0 0.89 0.62 0
HSL 341.58º 1% 0.55% -
HSV(B) 341.58º 0.89% 1% -
XYZ 43.79 22.91 13.42 -
YUV 103.15 124.54 236.31 -
System Red Green Blue C M Y K H S L
Decimal 255 27 97 0 0.89 0.62 0 341.58 1 0.55
Hex FF 1B 61 0 59 3E 0 156 64 37
Octal 377 33 141 0 131 76 0 526 144 67
Binary 11111111 11011 1100001 0 1011001 111110 0 101010110 1100100 110111

Color Harmonies of #FF1B61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF1B61

Black with #FF1B61

Text Example


Text Example

White with #FF1B61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF1B61; }

 p { color: rgb(255,27,97); }

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

background-color css

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

 a { background-color: rgb(255,27,97); }

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

border-color css

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

 span { border-color: rgb(255,27,97); }

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