Html Css Color HEX #FF225A Radical Red

📋 copy color: '#FF225A'

red 255 ◦ green 34 ◦ blue 90

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

Shades of Radical Red #FF225A

Tints of Radical Red #FF225A

RGB

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

 GREEN value IS 34 (13.67% from 255) = 8.97%

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

R = 67.28%
G = 8.97%
B = 23.75%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.65

 K value IS 0

RGB Variations

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

Color information

#FF225A (or 0xFF225A) is known color: Radical Red. HEX triplet: FF, 22 and 5A. RGB value is (255,34,90). Sum of RGB (Red+Green+Blue) = 255+34+90=379 (50% of max value = 765). Red value is 255 (100% from 255 or 67.28% from 379); Green value is 34 (13.67% from 255 or 8.97% from 379); Blue value is 90 (35.55% from 255 or 23.75% from 379); Max value from RGB is 255 - color contains mainly: red. Hex color #FF225A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF225A is #00DDA5. Grayscale: #6A6A6A. Windows color (decimal): -56742 or 5907199. OLE color: 5907199.

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

Color convert

RGB 255 34 90 -
CMYK 0 0.87 0.65 0
HSL 344.8º 1% 0.57% -
HSV(B) 344.8º 0.87% 1% -
XYZ 43.66 23.14 11.84 -
YUV 106.46 118.72 233.95 -
System Red Green Blue C M Y K H S L
Decimal 255 34 90 0 0.87 0.65 0 344.8 1 0.57
Hex FF 22 5A 0 57 41 0 159 64 39
Octal 377 42 132 0 127 101 0 531 144 71
Binary 11111111 100010 1011010 0 1010111 1000001 0 101011001 1100100 111001

Color Harmonies of #FF225A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF225A

Black with #FF225A

Text Example


Text Example

White with #FF225A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF225A; }

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

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

background-color css

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

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

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

border-color css

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

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

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