Html Css Color HEX #F93B74 Radical Red

📋 copy color: '#F93B74'

red 249 ◦ green 59 ◦ blue 116

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

Shades of Radical Red #F93B74

Tints of Radical Red #F93B74

RGB

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

 GREEN value IS 59 (23.44% from 255) = 13.92%

 BLUE value IS 116 (45.7% from 255) = 27.36%

R = 58.73%
G = 13.92%
B = 27.36%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.53

 K value IS 0.02

RGB Variations

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

Color information

#F93B74 (or 0xF93B74) is known color: Radical Red. HEX triplet: F9, 3B and 74. RGB value is (249,59,116). Sum of RGB (Red+Green+Blue) = 249+59+116=424 (56% of max value = 765). Red value is 249 (97.66% from 255 or 58.73% from 424); Green value is 59 (23.44% from 255 or 13.92% from 424); Blue value is 116 (45.70% from 255 or 27.36% from 424); Max value from RGB is 249 - color contains mainly: red. Hex color #F93B74 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F93B74 is #06C48B. Grayscale: #7A7A7A. Windows color (decimal): -443532 or 7617529. OLE color: 7617529.

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

Color convert

RGB 249 59 116 -
CMYK 0 0.76 0.53 0.02
HSL 342º 0.94% 0.6% -
HSV(B) 342º 0.76% 0.98% -
XYZ 43.78 24.53 18.95 -
YUV 122.31 124.45 218.37 -
System Red Green Blue C M Y K H S L
Decimal 249 59 116 0 0.76 0.53 0.02 342 0.94 0.6
Hex F9 3B 74 0 4C 35 2 156 5E 3C
Octal 371 73 164 0 114 65 2 526 136 74
Binary 11111001 111011 1110100 0 1001100 110101 10 101010110 1011110 111100

Color Harmonies of #F93B74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F93B74

Black with #F93B74

Text Example


Text Example

White with #F93B74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F93B74; }

 p { color: rgb(249,59,116); }

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

background-color css

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

 a { background-color: rgb(249,59,116); }

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

border-color css

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

 span { border-color: rgb(249,59,116); }

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