Html Css Color HEX #FF2F57 Radical Red

📋 copy color: '#FF2F57'

red 255 ◦ green 47 ◦ blue 87

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

Shades of Radical Red #FF2F57

Tints of Radical Red #FF2F57

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 22.37%

R = 65.55%
G = 12.08%
B = 22.37%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.66

 K value IS 0

RGB Variations

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

Color information

#FF2F57 (or 0xFF2F57) is known color: Radical Red. HEX triplet: FF, 2F and 57. RGB value is (255,47,87). Sum of RGB (Red+Green+Blue) = 255+47+87=389 (51% of max value = 765). Red value is 255 (100% from 255 or 65.55% from 389); Green value is 47 (18.75% from 255 or 12.08% from 389); Blue value is 87 (34.38% from 255 or 22.37% from 389); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2F57 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF2F57 is #00D0A8. Grayscale: #717171. Windows color (decimal): -53417 or 5713919. OLE color: 5713919.

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

Color convert

RGB 255 47 87 -
CMYK 0 0.82 0.66 0
HSL 348.46º 1% 0.59% -
HSV(B) 348.46º 0.82% 1% -
XYZ 43.98 23.98 11.33 -
YUV 113.75 112.91 228.75 -
System Red Green Blue C M Y K H S L
Decimal 255 47 87 0 0.82 0.66 0 348.46 1 0.59
Hex FF 2F 57 0 52 42 0 15C 64 3B
Octal 377 57 127 0 122 102 0 534 144 73
Binary 11111111 101111 1010111 0 1010010 1000010 0 101011100 1100100 111011

Color Harmonies of #FF2F57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF2F57

Black with #FF2F57

Text Example


Text Example

White with #FF2F57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF2F57; }

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

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

background-color css

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

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

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

border-color css

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

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

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