Html Css Color HEX #FD2F68 Radical Red

📋 copy color: '#FD2F68'

red 253 ◦ green 47 ◦ blue 104

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

Shades of Radical Red #FD2F68

Tints of Radical Red #FD2F68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 25.74%

R = 62.62%
G = 11.63%
B = 25.74%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.59

 K value IS 0.01

RGB Variations

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

Color information

#FD2F68 (or 0xFD2F68) is known color: Radical Red. HEX triplet: FD, 2F and 68. RGB value is (253,47,104). Sum of RGB (Red+Green+Blue) = 253+47+104=404 (53% of max value = 765). Red value is 253 (99.22% from 255 or 62.62% from 404); Green value is 47 (18.75% from 255 or 11.63% from 404); Blue value is 104 (41.02% from 255 or 25.74% from 404); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2F68 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD2F68 is #02D097. Grayscale: #737373. Windows color (decimal): -184472 or 6828029. OLE color: 6828029.

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

Color convert

RGB 253 47 104 -
CMYK 0 0.81 0.59 0.01
HSL 343.4º 0.98% 0.59% -
HSV(B) 343.4º 0.81% 0.99% -
XYZ 44.02 23.92 15.39 -
YUV 115.09 121.75 226.37 -
System Red Green Blue C M Y K H S L
Decimal 253 47 104 0 0.81 0.59 0.01 343.4 0.98 0.59
Hex FD 2F 68 0 51 3B 1 157 62 3B
Octal 375 57 150 0 121 73 1 527 142 73
Binary 11111101 101111 1101000 0 1010001 111011 1 101010111 1100010 111011

Color Harmonies of #FD2F68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD2F68

Black with #FD2F68

Text Example


Text Example

White with #FD2F68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD2F68; }

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

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

background-color css

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

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

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

border-color css

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

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

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