Html Css Color HEX #FF295B Radical Red

📋 copy color: '#FF295B'

red 255 ◦ green 41 ◦ blue 91

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

Shades of Radical Red #FF295B

Tints of Radical Red #FF295B

RGB

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

 GREEN value IS 41 (16.41% from 255) = 10.59%

 BLUE value IS 91 (35.94% from 255) = 23.51%

R = 65.89%
G = 10.59%
B = 23.51%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.64

 K value IS 0

RGB Variations

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

Color information

#FF295B (or 0xFF295B) is known color: Radical Red. HEX triplet: FF, 29 and 5B. RGB value is (255,41,91). Sum of RGB (Red+Green+Blue) = 255+41+91=387 (51% of max value = 765). Red value is 255 (100% from 255 or 65.89% from 387); Green value is 41 (16.41% from 255 or 10.59% from 387); Blue value is 91 (35.94% from 255 or 23.51% from 387); Max value from RGB is 255 - color contains mainly: red. Hex color #FF295B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF295B is #00D6A4. Grayscale: #6E6E6E. Windows color (decimal): -54949 or 5974527. OLE color: 5974527.

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

Color convert

RGB 255 41 91 -
CMYK 0 0.84 0.64 0
HSL 345.98º 1% 0.58% -
HSV(B) 345.98º 0.84% 1% -
XYZ 43.92 23.6 12.14 -
YUV 110.69 116.9 230.93 -
System Red Green Blue C M Y K H S L
Decimal 255 41 91 0 0.84 0.64 0 345.98 1 0.58
Hex FF 29 5B 0 54 40 0 15A 64 3A
Octal 377 51 133 0 124 100 0 532 144 72
Binary 11111111 101001 1011011 0 1010100 1000000 0 101011010 1100100 111010

Color Harmonies of #FF295B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF295B

Black with #FF295B

Text Example


Text Example

White with #FF295B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF295B; }

 p { color: rgb(255,41,91); }

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

background-color css

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

 a { background-color: rgb(255,41,91); }

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

border-color css

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

 span { border-color: rgb(255,41,91); }

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