Html Css Color HEX #FF2F5D Radical Red

📋 copy color: '#FF2F5D'

red 255 ◦ green 47 ◦ blue 93

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

Shades of Radical Red #FF2F5D

Tints of Radical Red #FF2F5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 23.54%

R = 64.56%
G = 11.9%
B = 23.54%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.64

 K value IS 0

RGB Variations

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

Color information

#FF2F5D (or 0xFF2F5D) is known color: Radical Red. HEX triplet: FF, 2F and 5D. RGB value is (255,47,93). Sum of RGB (Red+Green+Blue) = 255+47+93=395 (52% of max value = 765). Red value is 255 (100% from 255 or 64.56% from 395); Green value is 47 (18.75% from 255 or 11.90% from 395); Blue value is 93 (36.72% from 255 or 23.54% from 395); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2F5D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF2F5D is #00D0A2. Grayscale: #727272. Windows color (decimal): -53411 or 6107135. OLE color: 6107135.

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

Color convert

RGB 255 47 93 -
CMYK 0 0.82 0.64 0
HSL 346.73º 1% 0.59% -
HSV(B) 346.73º 0.82% 1% -
XYZ 44.23 24.08 12.67 -
YUV 114.44 115.91 228.26 -
System Red Green Blue C M Y K H S L
Decimal 255 47 93 0 0.82 0.64 0 346.73 1 0.59
Hex FF 2F 5D 0 52 40 0 15B 64 3B
Octal 377 57 135 0 122 100 0 533 144 73
Binary 11111111 101111 1011101 0 1010010 1000000 0 101011011 1100100 111011

Color Harmonies of #FF2F5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF2F5D

Black with #FF2F5D

Text Example


Text Example

White with #FF2F5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF2F5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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