Html Css Color HEX #FF215A Radical Red

📋 copy color: '#FF215A'

red 255 ◦ green 33 ◦ blue 90

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

Shades of Radical Red #FF215A

Tints of Radical Red #FF215A

RGB

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

 GREEN value IS 33 (13.28% from 255) = 8.73%

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

R = 67.46%
G = 8.73%
B = 23.81%

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

#FF215A (or 0xFF215A) is known color: Radical Red. HEX triplet: FF, 21 and 5A. RGB value is (255,33,90). Sum of RGB (Red+Green+Blue) = 255+33+90=378 (50% of max value = 765). Red value is 255 (100% from 255 or 67.46% from 378); Green value is 33 (13.28% from 255 or 8.73% from 378); Blue value is 90 (35.55% from 255 or 23.81% from 378); Max value from RGB is 255 - color contains mainly: red. Hex color #FF215A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF215A is #00DEA5. Grayscale: #696969. Windows color (decimal): -56998 or 5906943. OLE color: 5906943.

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

Color convert

RGB 255 33 90 -
CMYK 0 0.87 0.65 0
HSL 344.59º 1% 0.56% -
HSV(B) 344.59º 0.87% 1% -
XYZ 43.63 23.09 11.83 -
YUV 105.88 119.05 234.37 -
System Red Green Blue C M Y K H S L
Decimal 255 33 90 0 0.87 0.65 0 344.59 1 0.56
Hex FF 21 5A 0 57 41 0 159 64 38
Octal 377 41 132 0 127 101 0 531 144 70
Binary 11111111 100001 1011010 0 1010111 1000001 0 101011001 1100100 111000

Color Harmonies of #FF215A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF215A

Black with #FF215A

Text Example


Text Example

White with #FF215A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF215A; }

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

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

background-color css

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

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

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

border-color css

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

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

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