Html Css Color HEX #FF2F6F Radical Red

📋 copy color: '#FF2F6F'

red 255 ◦ green 47 ◦ blue 111

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

Shades of Radical Red #FF2F6F

Tints of Radical Red #FF2F6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 26.88%

R = 61.74%
G = 11.38%
B = 26.88%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.56

 K value IS 0

RGB Variations

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

Color information

#FF2F6F (or 0xFF2F6F) is known color: Radical Red. HEX triplet: FF, 2F and 6F. RGB value is (255,47,111). Sum of RGB (Red+Green+Blue) = 255+47+111=413 (54% of max value = 765). Red value is 255 (100% from 255 or 61.74% from 413); Green value is 47 (18.75% from 255 or 11.38% from 413); Blue value is 111 (43.75% from 255 or 26.88% from 413); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2F6F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF2F6F is #00D090. Grayscale: #747474. Windows color (decimal): -53393 or 7286783. OLE color: 7286783.

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

Color convert

RGB 255 47 111 -
CMYK 0 0.82 0.56 0
HSL 341.54º 1% 0.59% -
HSV(B) 341.54º 0.82% 1% -
XYZ 45.13 24.44 17.38 -
YUV 116.49 124.91 226.8 -
System Red Green Blue C M Y K H S L
Decimal 255 47 111 0 0.82 0.56 0 341.54 1 0.59
Hex FF 2F 6F 0 52 38 0 156 64 3B
Octal 377 57 157 0 122 70 0 526 144 73
Binary 11111111 101111 1101111 0 1010010 111000 0 101010110 1100100 111011

Color Harmonies of #FF2F6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF2F6F

Black with #FF2F6F

Text Example


Text Example

White with #FF2F6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF2F6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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