Html Css Color HEX #FF255A Radical Red

📋 copy color: '#FF255A'

red 255 ◦ green 37 ◦ blue 90

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

Shades of Radical Red #FF255A

Tints of Radical Red #FF255A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 23.56%

R = 66.75%
G = 9.69%
B = 23.56%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.65

 K value IS 0

RGB Variations

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

Color information

#FF255A (or 0xFF255A) is known color: Radical Red. HEX triplet: FF, 25 and 5A. RGB value is (255,37,90). Sum of RGB (Red+Green+Blue) = 255+37+90=382 (50% of max value = 765). Red value is 255 (100% from 255 or 66.75% from 382); Green value is 37 (14.84% from 255 or 9.69% from 382); Blue value is 90 (35.55% from 255 or 23.56% from 382); Max value from RGB is 255 - color contains mainly: red. Hex color #FF255A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF255A is #00DAA5. Grayscale: #6C6C6C. Windows color (decimal): -55974 or 5907967. OLE color: 5907967.

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

Color convert

RGB 255 37 90 -
CMYK 0 0.85 0.65 0
HSL 345.41º 1% 0.57% -
HSV(B) 345.41º 0.85% 1% -
XYZ 43.75 23.32 11.87 -
YUV 108.22 117.72 232.69 -
System Red Green Blue C M Y K H S L
Decimal 255 37 90 0 0.85 0.65 0 345.41 1 0.57
Hex FF 25 5A 0 55 41 0 159 64 39
Octal 377 45 132 0 125 101 0 531 144 71
Binary 11111111 100101 1011010 0 1010101 1000001 0 101011001 1100100 111001

Color Harmonies of #FF255A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF255A

Black with #FF255A

Text Example


Text Example

White with #FF255A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF255A; }

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

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

background-color css

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

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

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

border-color css

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

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

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