Html Css Color HEX #FC427B Violet Red

📋 copy color: '#FC427B'

red 252 ◦ green 66 ◦ blue 123

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

Shades of Violet Red #FC427B

Tints of Violet Red #FC427B

RGB

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

 GREEN value IS 66 (26.17% from 255) = 14.97%

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

R = 57.14%
G = 14.97%
B = 27.89%

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

#FC427B (or 0xFC427B) is known color: Violet Red. HEX triplet: FC, 42 and 7B. RGB value is (252,66,123). Sum of RGB (Red+Green+Blue) = 252+66+123=441 (58% of max value = 765). Red value is 252 (98.83% from 255 or 57.14% from 441); Green value is 66 (26.17% from 255 or 14.97% from 441); Blue value is 123 (48.44% from 255 or 27.89% from 441); Max value from RGB is 252 - color contains mainly: red. Hex color #FC427B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC427B is #03BD84. Grayscale: #808080. Windows color (decimal): -245125 or 8078076. OLE color: 8078076.

HSL color Cylindrical-coordinate representation of color #FC427B: hue angle of 341.61º 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 #FC427B is Cyan = 0, Magento = 0.74, Yellow = 0.51 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 66 123 -
CMYK 0 0.74 0.51 0.01
HSL 341.61º 0.97% 0.62% -
HSV(B) 341.61º 0.74% 0.99% -
XYZ 45.67 26.02 21.35 -
YUV 128.11 125.12 216.37 -
System Red Green Blue C M Y K H S L
Decimal 252 66 123 0 0.74 0.51 0.01 341.61 0.97 0.62
Hex FC 42 7B 0 4A 33 1 156 61 3E
Octal 374 102 173 0 112 63 1 526 141 76
Binary 11111100 1000010 1111011 0 1001010 110011 1 101010110 1100001 111110

Color Harmonies of #FC427B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC427B

Black with #FC427B

Text Example


Text Example

White with #FC427B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC427B; }

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

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

background-color css

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

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

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

border-color css

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

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

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