Html Css Color HEX #FF2875 Radical Red

📋 copy color: '#FF2875'

red 255 ◦ green 40 ◦ blue 117

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

Shades of Radical Red #FF2875

Tints of Radical Red #FF2875

RGB

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

 GREEN value IS 40 (16.02% from 255) = 9.71%

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

R = 61.89%
G = 9.71%
B = 28.4%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.54

 K value IS 0

RGB Variations

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

Color information

#FF2875 (or 0xFF2875) is known color: Radical Red. HEX triplet: FF, 28 and 75. RGB value is (255,40,117). Sum of RGB (Red+Green+Blue) = 255+40+117=412 (54% of max value = 765). Red value is 255 (100% from 255 or 61.89% from 412); Green value is 40 (16.02% from 255 or 9.71% from 412); Blue value is 117 (46.09% from 255 or 28.40% from 412); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2875 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF2875 is #00D78A. Grayscale: #707070. Windows color (decimal): -55179 or 7678207. OLE color: 7678207.

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

Color convert

RGB 255 40 117 -
CMYK 0 0.84 0.54 0
HSL 338.51º 1% 0.58% -
HSV(B) 338.51º 0.84% 1% -
XYZ 45.21 24.06 19.09 -
YUV 113.06 130.23 229.24 -
System Red Green Blue C M Y K H S L
Decimal 255 40 117 0 0.84 0.54 0 338.51 1 0.58
Hex FF 28 75 0 54 36 0 153 64 3A
Octal 377 50 165 0 124 66 0 523 144 72
Binary 11111111 101000 1110101 0 1010100 110110 0 101010011 1100100 111010

Color Harmonies of #FF2875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF2875

Black with #FF2875

Text Example


Text Example

White with #FF2875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF2875; }

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

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

background-color css

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

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

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

border-color css

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

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

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