Html Css Color HEX #F9275C Radical Red

📋 copy color: '#F9275C'

red 249 ◦ green 39 ◦ blue 92

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

Shades of Radical Red #F9275C

Tints of Radical Red #F9275C

RGB

 RED value IS 249 (97.66% from 255) = 65.53%

 GREEN value IS 39 (15.63% from 255) = 10.26%

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

R = 65.53%
G = 10.26%
B = 24.21%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.63

 K value IS 0.02

RGB Variations

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

Color information

#F9275C (or 0xF9275C) is known color: Radical Red. HEX triplet: F9, 27 and 5C. RGB value is (249,39,92). Sum of RGB (Red+Green+Blue) = 249+39+92=380 (50% of max value = 765). Red value is 249 (97.66% from 255 or 65.53% from 380); Green value is 39 (15.62% from 255 or 10.26% from 380); Blue value is 92 (36.33% from 255 or 24.21% from 380); Max value from RGB is 249 - color contains mainly: red. Hex color #F9275C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F9275C is #06D8A3. Grayscale: #6B6B6B. Windows color (decimal): -448676 or 6039545. OLE color: 6039545.

HSL color Cylindrical-coordinate representation of color #F9275C: hue angle of 344.86º degrees, saturation: 0.95, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F9275C is Cyan = 0, Magento = 0.84, Yellow = 0.63 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 39 92 -
CMYK 0 0.84 0.63 0.02
HSL 344.86º 0.95% 0.56% -
HSV(B) 344.86º 0.84% 0.98% -
XYZ 41.72 22.36 12.24 -
YUV 107.83 119.07 228.69 -
System Red Green Blue C M Y K H S L
Decimal 249 39 92 0 0.84 0.63 0.02 344.86 0.95 0.56
Hex F9 27 5C 0 54 3F 2 159 5F 38
Octal 371 47 134 0 124 77 2 531 137 70
Binary 11111001 100111 1011100 0 1010100 111111 10 101011001 1011111 111000

Color Harmonies of #F9275C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9275C

Black with #F9275C

Text Example


Text Example

White with #F9275C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9275C; }

 p { color: rgb(249,39,92); }

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

background-color css

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

 a { background-color: rgb(249,39,92); }

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

border-color css

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

 span { border-color: rgb(249,39,92); }

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