Html Css Color HEX #FD304C Radical Red

📋 copy color: '#FD304C'

red 253 ◦ green 48 ◦ blue 76

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

Shades of Radical Red #FD304C

Tints of Radical Red #FD304C

RGB

 RED value IS 253 (99.22% from 255) = 67.11%

 GREEN value IS 48 (19.14% from 255) = 12.73%

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

R = 67.11%
G = 12.73%
B = 20.16%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.70

 K value IS 0.01

RGB Variations

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

Color information

#FD304C (or 0xFD304C) is known color: Radical Red. HEX triplet: FD, 30 and 4C. RGB value is (253,48,76). Sum of RGB (Red+Green+Blue) = 253+48+76=377 (49% of max value = 765). Red value is 253 (99.22% from 255 or 67.11% from 377); Green value is 48 (19.14% from 255 or 12.73% from 377); Blue value is 76 (30.08% from 255 or 20.16% from 377); Max value from RGB is 253 - color contains mainly: red. Hex color #FD304C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD304C is #02CFB3. Grayscale: #707070. Windows color (decimal): -184244 or 4993277. OLE color: 4993277.

HSL color Cylindrical-coordinate representation of color #FD304C: hue angle of 351.8º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FD304C is Cyan = 0, Magento = 0.81, Yellow = 0.70 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 48 76 -
CMYK 0 0.81 0.70 0.01
HSL 351.8º 0.98% 0.59% -
HSV(B) 351.8º 0.81% 0.99% -
XYZ 42.87 23.52 9.12 -
YUV 112.49 107.42 228.22 -
System Red Green Blue C M Y K H S L
Decimal 253 48 76 0 0.81 0.70 0.01 351.8 0.98 0.59
Hex FD 30 4C 0 51 46 1 160 62 3B
Octal 375 60 114 0 121 106 1 540 142 73
Binary 11111101 110000 1001100 0 1010001 1000110 1 101100000 1100010 111011

Color Harmonies of #FD304C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD304C

Black with #FD304C

Text Example


Text Example

White with #FD304C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD304C; }

 p { color: rgb(253,48,76); }

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

background-color css

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

 a { background-color: rgb(253,48,76); }

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

border-color css

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

 span { border-color: rgb(253,48,76); }

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