Html Css Color HEX #FC6CEA Ultra Pink

📋 copy color: '#FC6CEA'

red 252 ◦ green 108 ◦ blue 234

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

Shades of Ultra Pink #FC6CEA

Tints of Ultra Pink #FC6CEA

RGB

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

 GREEN value IS 108 (42.58% from 255) = 18.18%

 BLUE value IS 234 (91.8% from 255) = 39.39%

R = 42.42%
G = 18.18%
B = 39.39%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.07

 K value IS 0.01

RGB Variations

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

Color information

#FC6CEA (or 0xFC6CEA) is known color: Ultra Pink. HEX triplet: FC, 6C and EA. RGB value is (252,108,234). Sum of RGB (Red+Green+Blue) = 252+108+234=594 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.42% from 594); Green value is 108 (42.58% from 255 or 18.18% from 594); Blue value is 234 (91.80% from 255 or 39.39% from 594); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6CEA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC6CEA is #039315. Grayscale: #A5A5A5. Windows color (decimal): -234262 or 15363324. OLE color: 15363324.

HSL color Cylindrical-coordinate representation of color #FC6CEA: hue angle of 307.5º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FC6CEA is Cyan = 0, Magento = 0.57, Yellow = 0.07 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 108 234 -
CMYK 0 0.57 0.07 0.01
HSL 307.5º 0.96% 0.71% -
HSV(B) 307.5º 0.57% 0.99% -
XYZ 60.36 37.36 81.87 -
YUV 165.42 166.71 189.75 -
System Red Green Blue C M Y K H S L
Decimal 252 108 234 0 0.57 0.07 0.01 307.5 0.96 0.71
Hex FC 6C EA 0 39 7 1 134 60 47
Octal 374 154 352 0 71 7 1 464 140 107
Binary 11111100 1101100 11101010 0 111001 111 1 100110100 1100000 1000111

Color Harmonies of #FC6CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6CEA

Black with #FC6CEA

Text Example


Text Example

White with #FC6CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6CEA; }

 p { color: rgb(252,108,234); }

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

background-color css

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

 a { background-color: rgb(252,108,234); }

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

border-color css

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

 span { border-color: rgb(252,108,234); }

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