Html Css Color HEX #FF1B6A Radical Red

📋 copy color: '#FF1B6A'

red 255 ◦ green 27 ◦ blue 106

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

Shades of Radical Red #FF1B6A

Tints of Radical Red #FF1B6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 27.32%

R = 65.72%
G = 6.96%
B = 27.32%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.58

 K value IS 0

RGB Variations

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

Color information

#FF1B6A (or 0xFF1B6A) is known color: Radical Red. HEX triplet: FF, 1B and 6A. RGB value is (255,27,106). Sum of RGB (Red+Green+Blue) = 255+27+106=388 (51% of max value = 765). Red value is 255 (100% from 255 or 65.72% from 388); Green value is 27 (10.94% from 255 or 6.96% from 388); Blue value is 106 (41.80% from 255 or 27.32% from 388); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1B6A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF1B6A is #00E495. Grayscale: #686868. Windows color (decimal): -58518 or 6953983. OLE color: 6953983.

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

Color convert

RGB 255 27 106 -
CMYK 0 0.89 0.58 0
HSL 339.21º 1% 0.55% -
HSV(B) 339.21º 0.89% 1% -
XYZ 44.23 23.08 15.76 -
YUV 104.18 129.04 235.58 -
System Red Green Blue C M Y K H S L
Decimal 255 27 106 0 0.89 0.58 0 339.21 1 0.55
Hex FF 1B 6A 0 59 3A 0 153 64 37
Octal 377 33 152 0 131 72 0 523 144 67
Binary 11111111 11011 1101010 0 1011001 111010 0 101010011 1100100 110111

Color Harmonies of #FF1B6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF1B6A

Black with #FF1B6A

Text Example


Text Example

White with #FF1B6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF1B6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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