Html Css Color HEX #FF265B Radical Red

📋 copy color: '#FF265B'

red 255 ◦ green 38 ◦ blue 91

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

Shades of Radical Red #FF265B

Tints of Radical Red #FF265B

RGB

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

 GREEN value IS 38 (15.23% from 255) = 9.9%

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

R = 66.41%
G = 9.9%
B = 23.7%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.64

 K value IS 0

RGB Variations

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

Color information

#FF265B (or 0xFF265B) is known color: Radical Red. HEX triplet: FF, 26 and 5B. RGB value is (255,38,91). Sum of RGB (Red+Green+Blue) = 255+38+91=384 (50% of max value = 765). Red value is 255 (100% from 255 or 66.41% from 384); Green value is 38 (15.23% from 255 or 9.90% from 384); Blue value is 91 (35.94% from 255 or 23.70% from 384); Max value from RGB is 255 - color contains mainly: red. Hex color #FF265B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF265B is #00D9A4. Grayscale: #6C6C6C. Windows color (decimal): -55717 or 5973759. OLE color: 5973759.

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

Color convert

RGB 255 38 91 -
CMYK 0 0.85 0.64 0
HSL 345.35º 1% 0.57% -
HSV(B) 345.35º 0.85% 1% -
XYZ 43.82 23.4 12.1 -
YUV 108.93 117.89 232.19 -
System Red Green Blue C M Y K H S L
Decimal 255 38 91 0 0.85 0.64 0 345.35 1 0.57
Hex FF 26 5B 0 55 40 0 159 64 39
Octal 377 46 133 0 125 100 0 531 144 71
Binary 11111111 100110 1011011 0 1010101 1000000 0 101011001 1100100 111001

Color Harmonies of #FF265B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF265B

Black with #FF265B

Text Example


Text Example

White with #FF265B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF265B; }

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

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

background-color css

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

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

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

border-color css

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

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

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