Html Css Color HEX #F32175 Ruby

📋 copy color: '#F32175'

red 243 ◦ green 33 ◦ blue 117

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

Shades of Ruby #F32175

Tints of Ruby #F32175

RGB

 RED value IS 243 (95.31% from 255) = 61.83%

 GREEN value IS 33 (13.28% from 255) = 8.4%

 BLUE value IS 117 (46.09% from 255) = 29.77%

R = 61.83%
G = 8.4%
B = 29.77%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.52

 K value IS 0.05

RGB Variations

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

Color information

#F32175 (or 0xF32175) is known color: Ruby. HEX triplet: F3, 21 and 75. RGB value is (243,33,117). Sum of RGB (Red+Green+Blue) = 243+33+117=393 (52% of max value = 765). Red value is 243 (95.31% from 255 or 61.83% from 393); Green value is 33 (13.28% from 255 or 8.40% from 393); Blue value is 117 (46.09% from 255 or 29.77% from 393); Max value from RGB is 243 - color contains mainly: red. Hex color #F32175 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F32175 is #0CDE8A. Grayscale: #696969. Windows color (decimal): -843403 or 7676403. OLE color: 7676403.

HSL color Cylindrical-coordinate representation of color #F32175: hue angle of 336º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F32175 is Cyan = 0, Magento = 0.86, Yellow = 0.52 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 33 117 -
CMYK 0 0.86 0.52 0.05
HSL 336º 0.9% 0.54% -
HSV(B) 336º 0.86% 0.95% -
XYZ 40.72 21.43 18.82 -
YUV 105.37 134.57 226.17 -
System Red Green Blue C M Y K H S L
Decimal 243 33 117 0 0.86 0.52 0.05 336 0.9 0.54
Hex F3 21 75 0 56 34 5 150 5A 36
Octal 363 41 165 0 126 64 5 520 132 66
Binary 11110011 100001 1110101 0 1010110 110100 101 101010000 1011010 110110

Color Harmonies of #F32175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F32175

Black with #F32175

Text Example


Text Example

White with #F32175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F32175; }

 p { color: rgb(243,33,117); }

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

background-color css

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

 a { background-color: rgb(243,33,117); }

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

border-color css

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

 span { border-color: rgb(243,33,117); }

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