Html Css Color HEX #FF2F6A Radical Red

📋 copy color: '#FF2F6A'

red 255 ◦ green 47 ◦ blue 106

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

Shades of Radical Red #FF2F6A

Tints of Radical Red #FF2F6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 25.98%

R = 62.5%
G = 11.52%
B = 25.98%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.58

 K value IS 0

RGB Variations

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

Color information

#FF2F6A (or 0xFF2F6A) is known color: Radical Red. HEX triplet: FF, 2F and 6A. RGB value is (255,47,106). Sum of RGB (Red+Green+Blue) = 255+47+106=408 (54% of max value = 765). Red value is 255 (100% from 255 or 62.5% from 408); Green value is 47 (18.75% from 255 or 11.52% from 408); Blue value is 106 (41.80% from 255 or 25.98% from 408); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2F6A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF2F6A is #00D095. Grayscale: #737373. Windows color (decimal): -53398 or 6959103. OLE color: 6959103.

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

Color convert

RGB 255 47 106 -
CMYK 0 0.82 0.58 0
HSL 342.98º 1% 0.59% -
HSV(B) 342.98º 0.82% 1% -
XYZ 44.86 24.33 15.97 -
YUV 115.92 122.41 227.2 -
System Red Green Blue C M Y K H S L
Decimal 255 47 106 0 0.82 0.58 0 342.98 1 0.59
Hex FF 2F 6A 0 52 3A 0 157 64 3B
Octal 377 57 152 0 122 72 0 527 144 73
Binary 11111111 101111 1101010 0 1010010 111010 0 101010111 1100100 111011

Color Harmonies of #FF2F6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF2F6A

Black with #FF2F6A

Text Example


Text Example

White with #FF2F6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF2F6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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