Html Css Color HEX #F7255D Radical Red

📋 copy color: '#F7255D'

red 247 ◦ green 37 ◦ blue 93

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

Shades of Radical Red #F7255D

Tints of Radical Red #F7255D

RGB

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

 GREEN value IS 37 (14.84% from 255) = 9.81%

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

R = 65.52%
G = 9.81%
B = 24.67%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.62

 K value IS 0.03

RGB Variations

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

Color information

#F7255D (or 0xF7255D) is known color: Radical Red. HEX triplet: F7, 25 and 5D. RGB value is (247,37,93). Sum of RGB (Red+Green+Blue) = 247+37+93=377 (49% of max value = 765). Red value is 247 (96.88% from 255 or 65.52% from 377); Green value is 37 (14.84% from 255 or 9.81% from 377); Blue value is 93 (36.72% from 255 or 24.67% from 377); Max value from RGB is 247 - color contains mainly: red. Hex color #F7255D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F7255D is #08DAA2. Grayscale: #6A6A6A. Windows color (decimal): -580259 or 6104567. OLE color: 6104567.

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

Color convert

RGB 247 37 93 -
CMYK 0 0.85 0.62 0.03
HSL 344º 0.93% 0.56% -
HSV(B) 344º 0.85% 0.97% -
XYZ 41 21.89 12.42 -
YUV 106.17 120.57 228.45 -
System Red Green Blue C M Y K H S L
Decimal 247 37 93 0 0.85 0.62 0.03 344 0.93 0.56
Hex F7 25 5D 0 55 3E 3 158 5D 38
Octal 367 45 135 0 125 76 3 530 135 70
Binary 11110111 100101 1011101 0 1010101 111110 11 101011000 1011101 111000

Color Harmonies of #F7255D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7255D

Black with #F7255D

Text Example


Text Example

White with #F7255D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7255D; }

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

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

background-color css

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

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

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

border-color css

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

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

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