Html Css Color HEX #FD306C Radical Red

📋 copy color: '#FD306C'

red 253 ◦ green 48 ◦ blue 108

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

Shades of Radical Red #FD306C

Tints of Radical Red #FD306C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 26.41%

R = 61.86%
G = 11.74%
B = 26.41%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.57

 K value IS 0.01

RGB Variations

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

Color information

#FD306C (or 0xFD306C) is known color: Radical Red. HEX triplet: FD, 30 and 6C. RGB value is (253,48,108). Sum of RGB (Red+Green+Blue) = 253+48+108=409 (54% of max value = 765). Red value is 253 (99.22% from 255 or 61.86% from 409); Green value is 48 (19.14% from 255 or 11.74% from 409); Blue value is 108 (42.58% from 255 or 26.41% from 409); Max value from RGB is 253 - color contains mainly: red. Hex color #FD306C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD306C is #02CF93. Grayscale: #747474. Windows color (decimal): -184212 or 7090429. OLE color: 7090429.

HSL color Cylindrical-coordinate representation of color #FD306C: hue angle of 342.44º 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 #FD306C is Cyan = 0, Magento = 0.81, Yellow = 0.57 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 48 108 -
CMYK 0 0.81 0.57 0.01
HSL 342.44º 0.98% 0.59% -
HSV(B) 342.44º 0.81% 0.99% -
XYZ 44.27 24.08 16.5 -
YUV 116.14 123.42 225.62 -
System Red Green Blue C M Y K H S L
Decimal 253 48 108 0 0.81 0.57 0.01 342.44 0.98 0.59
Hex FD 30 6C 0 51 39 1 156 62 3B
Octal 375 60 154 0 121 71 1 526 142 73
Binary 11111101 110000 1101100 0 1010001 111001 1 101010110 1100010 111011

Color Harmonies of #FD306C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD306C

Black with #FD306C

Text Example


Text Example

White with #FD306C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD306C; }

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

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

background-color css

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

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

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

border-color css

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

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

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