Html Css Color HEX #FF254C Radical Red

📋 copy color: '#FF254C'

red 255 ◦ green 37 ◦ blue 76

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

Shades of Radical Red #FF254C

Tints of Radical Red #FF254C

RGB

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

 GREEN value IS 37 (14.84% from 255) = 10.05%

 BLUE value IS 76 (30.08% from 255) = 20.65%

R = 69.29%
G = 10.05%
B = 20.65%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.70

 K value IS 0

RGB Variations

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

Color information

#FF254C (or 0xFF254C) is known color: Radical Red. HEX triplet: FF, 25 and 4C. RGB value is (255,37,76). Sum of RGB (Red+Green+Blue) = 255+37+76=368 (48% of max value = 765). Red value is 255 (100% from 255 or 69.29% from 368); Green value is 37 (14.84% from 255 or 10.05% from 368); Blue value is 76 (30.08% from 255 or 20.65% from 368); Max value from RGB is 255 - color contains mainly: red. Hex color #FF254C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF254C is #00DAB3. Grayscale: #6A6A6A. Windows color (decimal): -55988 or 4990463. OLE color: 4990463.

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

Color convert

RGB 255 37 76 -
CMYK 0 0.85 0.70 0
HSL 349.27º 1% 0.57% -
HSV(B) 349.27º 0.85% 1% -
XYZ 43.21 23.1 9.02 -
YUV 106.63 110.72 233.83 -
System Red Green Blue C M Y K H S L
Decimal 255 37 76 0 0.85 0.70 0 349.27 1 0.57
Hex FF 25 4C 0 55 46 0 15D 64 39
Octal 377 45 114 0 125 106 0 535 144 71
Binary 11111111 100101 1001100 0 1010101 1000110 0 101011101 1100100 111001

Color Harmonies of #FF254C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF254C

Black with #FF254C

Text Example


Text Example

White with #FF254C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF254C; }

 p { color: rgb(255,37,76); }

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

background-color css

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

 a { background-color: rgb(255,37,76); }

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

border-color css

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

 span { border-color: rgb(255,37,76); }

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