Html Css Color HEX #FF276A Radical Red

📋 copy color: '#FF276A'

red 255 ◦ green 39 ◦ blue 106

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

Shades of Radical Red #FF276A

Tints of Radical Red #FF276A

RGB

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

 GREEN value IS 39 (15.63% from 255) = 9.75%

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

R = 63.75%
G = 9.75%
B = 26.5%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.58

 K value IS 0

RGB Variations

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

Color information

#FF276A (or 0xFF276A) is known color: Radical Red. HEX triplet: FF, 27 and 6A. RGB value is (255,39,106). Sum of RGB (Red+Green+Blue) = 255+39+106=400 (52% of max value = 765). Red value is 255 (100% from 255 or 63.75% from 400); Green value is 39 (15.62% from 255 or 9.75% from 400); Blue value is 106 (41.80% from 255 or 26.5% from 400); Max value from RGB is 255 - color contains mainly: red. Hex color #FF276A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF276A is #00D895. Grayscale: #6F6F6F. Windows color (decimal): -55446 or 6957055. OLE color: 6957055.

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

Color convert

RGB 255 39 106 -
CMYK 0 0.85 0.58 0
HSL 341.39º 1% 0.58% -
HSV(B) 341.39º 0.85% 1% -
XYZ 44.57 23.75 15.87 -
YUV 111.22 125.06 230.55 -
System Red Green Blue C M Y K H S L
Decimal 255 39 106 0 0.85 0.58 0 341.39 1 0.58
Hex FF 27 6A 0 55 3A 0 155 64 3A
Octal 377 47 152 0 125 72 0 525 144 72
Binary 11111111 100111 1101010 0 1010101 111010 0 101010101 1100100 111010

Color Harmonies of #FF276A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF276A

Black with #FF276A

Text Example


Text Example

White with #FF276A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF276A; }

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

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

background-color css

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

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

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

border-color css

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

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

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