Html Css Color HEX #F52670 Radical Red

📋 copy color: '#F52670'

red 245 ◦ green 38 ◦ blue 112

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

Shades of Radical Red #F52670

Tints of Radical Red #F52670

RGB

 RED value IS 245 (96.09% from 255) = 62.03%

 GREEN value IS 38 (15.23% from 255) = 9.62%

 BLUE value IS 112 (44.14% from 255) = 28.35%

R = 62.03%
G = 9.62%
B = 28.35%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.54

 K value IS 0.04

RGB Variations

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

Color information

#F52670 (or 0xF52670) is known color: Radical Red. HEX triplet: F5, 26 and 70. RGB value is (245,38,112). Sum of RGB (Red+Green+Blue) = 245+38+112=395 (52% of max value = 765). Red value is 245 (96.09% from 255 or 62.03% from 395); Green value is 38 (15.23% from 255 or 9.62% from 395); Blue value is 112 (44.14% from 255 or 28.35% from 395); Max value from RGB is 245 - color contains mainly: red. Hex color #F52670 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F52670 is #0AD98F. Grayscale: #6C6C6C. Windows color (decimal): -711056 or 7350005. OLE color: 7350005.

HSL color Cylindrical-coordinate representation of color #F52670: hue angle of 338.55º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F52670 is Cyan = 0, Magento = 0.84, Yellow = 0.54 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 38 112 -
CMYK 0 0.84 0.54 0.04
HSL 338.55º 0.91% 0.55% -
HSV(B) 338.55º 0.84% 0.96% -
XYZ 41.27 21.97 17.39 -
YUV 108.33 130.08 225.48 -
System Red Green Blue C M Y K H S L
Decimal 245 38 112 0 0.84 0.54 0.04 338.55 0.91 0.55
Hex F5 26 70 0 54 36 4 153 5B 37
Octal 365 46 160 0 124 66 4 523 133 67
Binary 11110101 100110 1110000 0 1010100 110110 100 101010011 1011011 110111

Color Harmonies of #F52670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F52670

Black with #F52670

Text Example


Text Example

White with #F52670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F52670; }

 p { color: rgb(245,38,112); }

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

background-color css

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

 a { background-color: rgb(245,38,112); }

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

border-color css

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

 span { border-color: rgb(245,38,112); }

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