Html Css Color HEX #FC417B Violet Red

📋 copy color: '#FC417B'

red 252 ◦ green 65 ◦ blue 123

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

Shades of Violet Red #FC417B

Tints of Violet Red #FC417B

RGB

 RED value IS 252 (98.83% from 255) = 57.27%

 GREEN value IS 65 (25.78% from 255) = 14.77%

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

R = 57.27%
G = 14.77%
B = 27.95%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.51

 K value IS 0.01

RGB Variations

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

Color information

#FC417B (or 0xFC417B) is known color: Violet Red. HEX triplet: FC, 41 and 7B. RGB value is (252,65,123). Sum of RGB (Red+Green+Blue) = 252+65+123=440 (58% of max value = 765). Red value is 252 (98.83% from 255 or 57.27% from 440); Green value is 65 (25.78% from 255 or 14.77% from 440); Blue value is 123 (48.44% from 255 or 27.95% from 440); Max value from RGB is 252 - color contains mainly: red. Hex color #FC417B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC417B is #03BE84. Grayscale: #7F7F7F. Windows color (decimal): -245381 or 8077820. OLE color: 8077820.

HSL color Cylindrical-coordinate representation of color #FC417B: hue angle of 341.39º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FC417B is Cyan = 0, Magento = 0.74, Yellow = 0.51 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 65 123 -
CMYK 0 0.74 0.51 0.01
HSL 341.39º 0.97% 0.62% -
HSV(B) 341.39º 0.74% 0.99% -
XYZ 45.61 25.91 21.34 -
YUV 127.53 125.45 216.78 -
System Red Green Blue C M Y K H S L
Decimal 252 65 123 0 0.74 0.51 0.01 341.39 0.97 0.62
Hex FC 41 7B 0 4A 33 1 155 61 3E
Octal 374 101 173 0 112 63 1 525 141 76
Binary 11111100 1000001 1111011 0 1001010 110011 1 101010101 1100001 111110

Color Harmonies of #FC417B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC417B

Black with #FC417B

Text Example


Text Example

White with #FC417B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC417B; }

 p { color: rgb(252,65,123); }

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

background-color css

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

 a { background-color: rgb(252,65,123); }

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

border-color css

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

 span { border-color: rgb(252,65,123); }

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