Html Css Color HEX #FD2F5C Radical Red

📋 copy color: '#FD2F5C'

red 253 ◦ green 47 ◦ blue 92

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

Shades of Radical Red #FD2F5C

Tints of Radical Red #FD2F5C

RGB

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

 GREEN value IS 47 (18.75% from 255) = 11.99%

 BLUE value IS 92 (36.33% from 255) = 23.47%

R = 64.54%
G = 11.99%
B = 23.47%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.64

 K value IS 0.01

RGB Variations

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

Color information

#FD2F5C (or 0xFD2F5C) is known color: Radical Red. HEX triplet: FD, 2F and 5C. RGB value is (253,47,92). Sum of RGB (Red+Green+Blue) = 253+47+92=392 (51% of max value = 765). Red value is 253 (99.22% from 255 or 64.54% from 392); Green value is 47 (18.75% from 255 or 11.99% from 392); Blue value is 92 (36.33% from 255 or 23.47% from 392); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2F5C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD2F5C is #02D0A3. Grayscale: #717171. Windows color (decimal): -184484 or 6041597. OLE color: 6041597.

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

Color convert

RGB 253 47 92 -
CMYK 0 0.81 0.64 0.01
HSL 346.89º 0.98% 0.59% -
HSV(B) 346.89º 0.81% 0.99% -
XYZ 43.46 23.69 12.41 -
YUV 113.72 115.75 227.34 -
System Red Green Blue C M Y K H S L
Decimal 253 47 92 0 0.81 0.64 0.01 346.89 0.98 0.59
Hex FD 2F 5C 0 51 40 1 15B 62 3B
Octal 375 57 134 0 121 100 1 533 142 73
Binary 11111101 101111 1011100 0 1010001 1000000 1 101011011 1100010 111011

Color Harmonies of #FD2F5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD2F5C

Black with #FD2F5C

Text Example


Text Example

White with #FD2F5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD2F5C; }

 p { color: rgb(253,47,92); }

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

background-color css

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

 a { background-color: rgb(253,47,92); }

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

border-color css

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

 span { border-color: rgb(253,47,92); }

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