Html Css Color HEX #FF214F Radical Red

📋 copy color: '#FF214F'

red 255 ◦ green 33 ◦ blue 79

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

Shades of Radical Red #FF214F

Tints of Radical Red #FF214F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 21.53%

R = 69.48%
G = 8.99%
B = 21.53%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.69

 K value IS 0

RGB Variations

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

Color information

#FF214F (or 0xFF214F) is known color: Radical Red. HEX triplet: FF, 21 and 4F. RGB value is (255,33,79). Sum of RGB (Red+Green+Blue) = 255+33+79=367 (48% of max value = 765). Red value is 255 (100% from 255 or 69.48% from 367); Green value is 33 (13.28% from 255 or 8.99% from 367); Blue value is 79 (31.25% from 255 or 21.53% from 367); Max value from RGB is 255 - color contains mainly: red. Hex color #FF214F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF214F is #00DEB0. Grayscale: #686868. Windows color (decimal): -57009 or 5186047. OLE color: 5186047.

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

Color convert

RGB 255 33 79 -
CMYK 0 0.87 0.69 0
HSL 347.57º 1% 0.56% -
HSV(B) 347.57º 0.87% 1% -
XYZ 43.2 22.91 9.54 -
YUV 104.62 113.55 235.26 -
System Red Green Blue C M Y K H S L
Decimal 255 33 79 0 0.87 0.69 0 347.57 1 0.56
Hex FF 21 4F 0 57 45 0 15C 64 38
Octal 377 41 117 0 127 105 0 534 144 70
Binary 11111111 100001 1001111 0 1010111 1000101 0 101011100 1100100 111000

Color Harmonies of #FF214F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF214F

Black with #FF214F

Text Example


Text Example

White with #FF214F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF214F; }

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

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

background-color css

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

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

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

border-color css

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

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

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