Html Css Color HEX #FF255B Radical Red

📋 copy color: '#FF255B'

red 255 ◦ green 37 ◦ blue 91

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

Shades of Radical Red #FF255B

Tints of Radical Red #FF255B

RGB

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

 GREEN value IS 37 (14.84% from 255) = 9.66%

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

R = 66.58%
G = 9.66%
B = 23.76%

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

#FF255B (or 0xFF255B) is known color: Radical Red. HEX triplet: FF, 25 and 5B. RGB value is (255,37,91). Sum of RGB (Red+Green+Blue) = 255+37+91=383 (50% of max value = 765). Red value is 255 (100% from 255 or 66.58% from 383); Green value is 37 (14.84% from 255 or 9.66% from 383); Blue value is 91 (35.94% from 255 or 23.76% from 383); Max value from RGB is 255 - color contains mainly: red. Hex color #FF255B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF255B is #00DAA4. Grayscale: #6C6C6C. Windows color (decimal): -55973 or 5973503. OLE color: 5973503.

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

Color convert

RGB 255 37 91 -
CMYK 0 0.85 0.64 0
HSL 345.14º 1% 0.57% -
HSV(B) 345.14º 0.85% 1% -
XYZ 43.79 23.34 12.09 -
YUV 108.34 118.22 232.61 -
System Red Green Blue C M Y K H S L
Decimal 255 37 91 0 0.85 0.64 0 345.14 1 0.57
Hex FF 25 5B 0 55 40 0 159 64 39
Octal 377 45 133 0 125 100 0 531 144 71
Binary 11111111 100101 1011011 0 1010101 1000000 0 101011001 1100100 111001

Color Harmonies of #FF255B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF255B

Black with #FF255B

Text Example


Text Example

White with #FF255B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF255B; }

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

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

background-color css

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

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

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

border-color css

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

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

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