Html Css Color HEX #FF2675 Radical Red

📋 copy color: '#FF2675'

red 255 ◦ green 38 ◦ blue 117

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

Shades of Radical Red #FF2675

Tints of Radical Red #FF2675

RGB

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

 GREEN value IS 38 (15.23% from 255) = 9.27%

 BLUE value IS 117 (46.09% from 255) = 28.54%

R = 62.2%
G = 9.27%
B = 28.54%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.54

 K value IS 0

RGB Variations

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

Color information

#FF2675 (or 0xFF2675) is known color: Radical Red. HEX triplet: FF, 26 and 75. RGB value is (255,38,117). Sum of RGB (Red+Green+Blue) = 255+38+117=410 (54% of max value = 765). Red value is 255 (100% from 255 or 62.20% from 410); Green value is 38 (15.23% from 255 or 9.27% from 410); Blue value is 117 (46.09% from 255 or 28.54% from 410); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2675 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF2675 is #00D98A. Grayscale: #6F6F6F. Windows color (decimal): -55691 or 7677695. OLE color: 7677695.

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

Color convert

RGB 255 38 117 -
CMYK 0 0.85 0.54 0
HSL 338.16º 1% 0.57% -
HSV(B) 338.16º 0.85% 1% -
XYZ 45.14 23.93 19.07 -
YUV 111.89 130.89 230.08 -
System Red Green Blue C M Y K H S L
Decimal 255 38 117 0 0.85 0.54 0 338.16 1 0.57
Hex FF 26 75 0 55 36 0 152 64 39
Octal 377 46 165 0 125 66 0 522 144 71
Binary 11111111 100110 1110101 0 1010101 110110 0 101010010 1100100 111001

Color Harmonies of #FF2675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF2675

Black with #FF2675

Text Example


Text Example

White with #FF2675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF2675; }

 p { color: rgb(255,38,117); }

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

background-color css

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

 a { background-color: rgb(255,38,117); }

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

border-color css

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

 span { border-color: rgb(255,38,117); }

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