Html Css Color HEX #F7265C Radical Red

📋 copy color: '#F7265C'

red 247 ◦ green 38 ◦ blue 92

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

Shades of Radical Red #F7265C

Tints of Radical Red #F7265C

RGB

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

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

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

R = 65.52%
G = 10.08%
B = 24.4%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.63

 K value IS 0.03

RGB Variations

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

Color information

#F7265C (or 0xF7265C) is known color: Radical Red. HEX triplet: F7, 26 and 5C. RGB value is (247,38,92). Sum of RGB (Red+Green+Blue) = 247+38+92=377 (49% of max value = 765). Red value is 247 (96.88% from 255 or 65.52% from 377); Green value is 38 (15.23% from 255 or 10.08% from 377); Blue value is 92 (36.33% from 255 or 24.40% from 377); Max value from RGB is 247 - color contains mainly: red. Hex color #F7265C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F7265C is #08D9A3. Grayscale: #6A6A6A. Windows color (decimal): -580004 or 6039287. OLE color: 6039287.

HSL color Cylindrical-coordinate representation of color #F7265C: hue angle of 344.5º 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 #F7265C is Cyan = 0, Magento = 0.85, Yellow = 0.63 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 38 92 -
CMYK 0 0.85 0.63 0.03
HSL 344.5º 0.93% 0.56% -
HSV(B) 344.5º 0.85% 0.97% -
XYZ 40.98 21.93 12.2 -
YUV 106.65 119.74 228.11 -
System Red Green Blue C M Y K H S L
Decimal 247 38 92 0 0.85 0.63 0.03 344.5 0.93 0.56
Hex F7 26 5C 0 55 3F 3 158 5D 38
Octal 367 46 134 0 125 77 3 530 135 70
Binary 11110111 100110 1011100 0 1010101 111111 11 101011000 1011101 111000

Color Harmonies of #F7265C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7265C

Black with #F7265C

Text Example


Text Example

White with #F7265C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7265C; }

 p { color: rgb(247,38,92); }

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

background-color css

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

 a { background-color: rgb(247,38,92); }

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

border-color css

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

 span { border-color: rgb(247,38,92); }

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