Html Css Color HEX #F93467 Radical Red

📋 copy color: '#F93467'

red 249 ◦ green 52 ◦ blue 103

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

Shades of Radical Red #F93467

Tints of Radical Red #F93467

RGB

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

 GREEN value IS 52 (20.7% from 255) = 12.87%

 BLUE value IS 103 (40.63% from 255) = 25.5%

R = 61.63%
G = 12.87%
B = 25.5%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.59

 K value IS 0.02

RGB Variations

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

Color information

#F93467 (or 0xF93467) is known color: Radical Red. HEX triplet: F9, 34 and 67. RGB value is (249,52,103). Sum of RGB (Red+Green+Blue) = 249+52+103=404 (53% of max value = 765). Red value is 249 (97.66% from 255 or 61.63% from 404); Green value is 52 (20.70% from 255 or 12.87% from 404); Blue value is 103 (40.62% from 255 or 25.50% from 404); Max value from RGB is 249 - color contains mainly: red. Hex color #F93467 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F93467 is #06CB98. Grayscale: #747474. Windows color (decimal): -445337 or 6763769. OLE color: 6763769.

HSL color Cylindrical-coordinate representation of color #F93467: hue angle of 344.47º degrees, saturation: 0.94, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F93467 is Cyan = 0, Magento = 0.79, Yellow = 0.59 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 52 103 -
CMYK 0 0.79 0.59 0.02
HSL 344.47º 0.94% 0.59% -
HSV(B) 344.47º 0.79% 0.98% -
XYZ 42.74 23.57 15.13 -
YUV 116.72 120.27 222.35 -
System Red Green Blue C M Y K H S L
Decimal 249 52 103 0 0.79 0.59 0.02 344.47 0.94 0.59
Hex F9 34 67 0 4F 3B 2 158 5E 3B
Octal 371 64 147 0 117 73 2 530 136 73
Binary 11111001 110100 1100111 0 1001111 111011 10 101011000 1011110 111011

Color Harmonies of #F93467

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F93467

Black with #F93467

Text Example


Text Example

White with #F93467

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F93467; }

 p { color: rgb(249,52,103); }

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

background-color css

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

 a { background-color: rgb(249,52,103); }

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

border-color css

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

 span { border-color: rgb(249,52,103); }

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