Html Css Color HEX #FD337B Violet Red

📋 copy color: '#FD337B'

red 253 ◦ green 51 ◦ blue 123

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

Shades of Violet Red #FD337B

Tints of Violet Red #FD337B

RGB

 RED value IS 253 (99.22% from 255) = 59.25%

 GREEN value IS 51 (20.31% from 255) = 11.94%

 BLUE value IS 123 (48.44% from 255) = 28.81%

R = 59.25%
G = 11.94%
B = 28.81%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.51

 K value IS 0.01

RGB Variations

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

Color information

#FD337B (or 0xFD337B) is known color: Violet Red. HEX triplet: FD, 33 and 7B. RGB value is (253,51,123). Sum of RGB (Red+Green+Blue) = 253+51+123=427 (56% of max value = 765). Red value is 253 (99.22% from 255 or 59.25% from 427); Green value is 51 (20.31% from 255 or 11.94% from 427); Blue value is 123 (48.44% from 255 or 28.81% from 427); Max value from RGB is 253 - color contains mainly: red. Hex color #FD337B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD337B is #02CC84. Grayscale: #777777. Windows color (decimal): -183429 or 8074237. OLE color: 8074237.

HSL color Cylindrical-coordinate representation of color #FD337B: hue angle of 338.61º degrees, saturation: 0.98, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FD337B is Cyan = 0, Magento = 0.80, Yellow = 0.51 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 51 123 -
CMYK 0 0.80 0.51 0.01
HSL 338.61º 0.98% 0.6% -
HSV(B) 338.61º 0.8% 0.99% -
XYZ 45.27 24.68 21.12 -
YUV 119.61 129.92 223.15 -
System Red Green Blue C M Y K H S L
Decimal 253 51 123 0 0.80 0.51 0.01 338.61 0.98 0.6
Hex FD 33 7B 0 50 33 1 153 62 3C
Octal 375 63 173 0 120 63 1 523 142 74
Binary 11111101 110011 1111011 0 1010000 110011 1 101010011 1100010 111100

Color Harmonies of #FD337B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD337B

Black with #FD337B

Text Example


Text Example

White with #FD337B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD337B; }

 p { color: rgb(253,51,123); }

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

background-color css

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

 a { background-color: rgb(253,51,123); }

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

border-color css

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

 span { border-color: rgb(253,51,123); }

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