Html Css Color HEX #FF2F5E Radical Red

📋 copy color: '#FF2F5E'

red 255 ◦ green 47 ◦ blue 94

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

Shades of Radical Red #FF2F5E

Tints of Radical Red #FF2F5E

RGB

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

 GREEN value IS 47 (18.75% from 255) = 11.87%

 BLUE value IS 94 (37.11% from 255) = 23.74%

R = 64.39%
G = 11.87%
B = 23.74%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.63

 K value IS 0

RGB Variations

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

Color information

#FF2F5E (or 0xFF2F5E) is known color: Radical Red. HEX triplet: FF, 2F and 5E. RGB value is (255,47,94). Sum of RGB (Red+Green+Blue) = 255+47+94=396 (52% of max value = 765). Red value is 255 (100% from 255 or 64.39% from 396); Green value is 47 (18.75% from 255 or 11.87% from 396); Blue value is 94 (37.11% from 255 or 23.74% from 396); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2F5E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF2F5E is #00D0A1. Grayscale: #727272. Windows color (decimal): -53410 or 6172671. OLE color: 6172671.

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

Color convert

RGB 255 47 94 -
CMYK 0 0.82 0.63 0
HSL 346.44º 1% 0.59% -
HSV(B) 346.44º 0.82% 1% -
XYZ 44.28 24.1 12.91 -
YUV 114.55 116.41 228.18 -
System Red Green Blue C M Y K H S L
Decimal 255 47 94 0 0.82 0.63 0 346.44 1 0.59
Hex FF 2F 5E 0 52 3F 0 15A 64 3B
Octal 377 57 136 0 122 77 0 532 144 73
Binary 11111111 101111 1011110 0 1010010 111111 0 101011010 1100100 111011

Color Harmonies of #FF2F5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF2F5E

Black with #FF2F5E

Text Example


Text Example

White with #FF2F5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF2F5E; }

 p { color: rgb(255,47,94); }

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

background-color css

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

 a { background-color: rgb(255,47,94); }

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

border-color css

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

 span { border-color: rgb(255,47,94); }

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