Html Css Color HEX #F7285D Radical Red

📋 copy color: '#F7285D'

red 247 ◦ green 40 ◦ blue 93

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

Shades of Radical Red #F7285D

Tints of Radical Red #F7285D

RGB

 RED value IS 247 (96.88% from 255) = 65%

 GREEN value IS 40 (16.02% from 255) = 10.53%

 BLUE value IS 93 (36.72% from 255) = 24.47%

R = 65%
G = 10.53%
B = 24.47%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.62

 K value IS 0.03

RGB Variations

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

Color information

#F7285D (or 0xF7285D) is known color: Radical Red. HEX triplet: F7, 28 and 5D. RGB value is (247,40,93). Sum of RGB (Red+Green+Blue) = 247+40+93=380 (50% of max value = 765). Red value is 247 (96.88% from 255 or 65% from 380); Green value is 40 (16.02% from 255 or 10.53% from 380); Blue value is 93 (36.72% from 255 or 24.47% from 380); Max value from RGB is 247 - color contains mainly: red. Hex color #F7285D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F7285D is #08D7A2. Grayscale: #6B6B6B. Windows color (decimal): -579491 or 6105335. OLE color: 6105335.

HSL color Cylindrical-coordinate representation of color #F7285D: hue angle of 344.64º degrees, saturation: 0.93, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F7285D is Cyan = 0, Magento = 0.84, Yellow = 0.62 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 40 93 -
CMYK 0 0.84 0.62 0.03
HSL 344.64º 0.93% 0.56% -
HSV(B) 344.64º 0.84% 0.97% -
XYZ 41.09 22.08 12.45 -
YUV 107.94 119.58 227.19 -
System Red Green Blue C M Y K H S L
Decimal 247 40 93 0 0.84 0.62 0.03 344.64 0.93 0.56
Hex F7 28 5D 0 54 3E 3 159 5D 38
Octal 367 50 135 0 124 76 3 531 135 70
Binary 11110111 101000 1011101 0 1010100 111110 11 101011001 1011101 111000

Color Harmonies of #F7285D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7285D

Black with #F7285D

Text Example


Text Example

White with #F7285D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7285D; }

 p { color: rgb(247,40,93); }

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

background-color css

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

 a { background-color: rgb(247,40,93); }

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

border-color css

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

 span { border-color: rgb(247,40,93); }

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